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

5 lines
217 B
PHP
Raw Normal View History

<div
data-tw-merge
{{ $attributes->class(merge(['flex items-center', $attributes->whereStartsWith('class')->first()]))->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
>{{ $slot }}</div>