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