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

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif