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

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
{{ $slot }}