@props(['id', 'maxWidth' => 'md', 'title' => '', 'mergeClass' => '', 'titleClass' => '', 'headerPadding' => 'py-4','placeItems' => 'items-center', 'hideClose' => false]) @php $maxWidth = [ 'xs' => 'max-w-xs', 'sm' => 'max-w-sm', 'md' => 'max-w-md', 'lg' => 'max-w-lg', 'xl' => 'max-w-xl', '2xl' => 'max-w-2xl', '3xl' => 'max-w-3xl', '4xl' => 'max-w-4xl', '5xl' => 'max-w-5xl', '6xl' => 'max-w-6xl', '7xl' => 'max-w-7xl', ][$maxWidth]; @endphp
merge(['class' => 'fixed inset-0 overflow-y-auto hidden z-50']) }}>
@if (isset($icon))
{{ $icon }}
@endif @if ($title) @endif @unless($hideClose) @endunless
{{ $slot }}