@props(['name', 'show' => false, 'maxWidth' => '2xl', 'focusable' => true]) @php $maxWidthClass = match ($maxWidth) { 'sm' => 'sm:max-w-sm', 'md' => 'sm:max-w-md', 'lg' => 'sm:max-w-lg', 'xl' => 'sm:max-w-xl', '2xl' => 'sm:max-w-2xl', default => $maxWidth, }; @endphp
merge(['class' => 'fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50']) }} style="display: none;" >
{{ $slot }}