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

5 lines
223 B
PHP
Raw Permalink Normal View History

<label
data-tw-merge
{{ $attributes->class(merge(['cursor-pointer ml-2', $attributes->whereStartsWith('class')->first()]))->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
>{{ $slot }}</label>