@props([ 'title', 'subtitle' => null, 'breadcrumb' => null, ])
@if($breadcrumb) @endif

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif