has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'relative lg:w-8/12 z-10']) : $attributes }}>
@if (! empty($head) && $head->isNotEmpty())
{!! $head !!}
@endif
{!! $slot !!}
@if (!empty($foot) && $foot->isNotEmpty())
{!! $foot !!}
@endif