@props(['id' => null, 'maxWidth' => null]) @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 ?? 'lg']; @endphp
{{-- Header/Title Section --}}

{{ $title }}

{{-- Content Section --}}

{{ $content }}

{{-- Slot for additional content --}}
{{ $slot ?? '' }}
{{-- Footer Section --}}
{{ $footer }}