@props([ 'name', 'show' => false, 'maxWidth' => '2xl' ]) @php $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', ][$maxWidth]; @endphp
{{-- Backdrop click to close --}}
{{-- Panel: bottom-sheet on mobile, centered card on sm+ --}}
{{-- Drag handle (mobile only) --}}
{{-- Close button (desktop only) --}} {{ $slot }}