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

7 lines
177 B
PHP
Raw Permalink Normal View History

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