pianello-api/resources/views/components/base/form-switch/label.blade.php

3 lines
154 B
PHP
Raw Normal View History

<x-base.form-check.label {{ $attributes->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
{{ $slot }}</x-base.form-check.label>