@if(isset($title))

{{ $title }}

@endif @if(isset($subtitle))

{{ $subtitle }}

@endif @if($slot->isNotEmpty())
{{ $slot }}
@endif