@props(['title', 'maxWidth' => 'max-w-md']) @if($show)
@if(isset($header) || isset($title))
@if(isset($header)) {{ $header }} @else

{{ $title }}

@endif
@endif
{{ $slot }}
@if(isset($footer)) @endif
@endif