@props([ 'title', 'description' => null, ])

{{ $title }}

@if ($description)

{{ $description }}

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