has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'border-b pb-4']) : $attributes }}
x-data="{ {{ $type }} : {{ ($open) ? "'open'" : "'close'" }} }"
>
@if (! empty($head) && $head->isNotEmpty())
{!! $head !!}
@endif
@if (! empty($body) && $body->isNotEmpty())
@endif
@if (! empty($foot) && $foot->isNotEmpty())
!! $foot !!}
@endif