@props([ 'id', 'title' => null, 'maxWidth' => 'md', 'closeButton' => true, 'staticBackdrop' => false, 'footer' => null, ]) @php $maxWidthClasses = [ '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', 'full' => 'max-w-full', ][$maxWidth]; @endphp
{{ $trigger }}
@if ($title)

{{ $title }}

@if ($closeButton) @endif
@elseif ($closeButton)
@endif
{{ $slot }}
@if ($footer)
{{ $footer }}
@endif