9 lines
187 B
PHP
9 lines
187 B
PHP
|
@props(['inputGroup' => null])
|
||
|
|
||
|
<div
|
||
|
data-tw-merge
|
||
|
{{ $attributes->class(['flex'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
|
||
|
>
|
||
|
{{ $slot }}
|
||
|
</div>
|