@if (isset($attributes['label']))
merge(['class' => 'input-group border-t border-b border-gray-200 px-4 flex items-center space-x-4']) }}>
@if (isset($attributes['labelShort']))
{{ $attributes['labelShort'] }}
{{ $attributes['label'] }}
@else
{{ $attributes['label'] }}
@endif
{{ $slot }}
@else
merge(['class' => 'input-group border-t border-b border-gray-200 px-4 divide-y divide-gray-200']) }}>
{{ $slot }}
@endif