{{-- Page Header Component --}} @props(['title', 'subtitle' => null, 'breadcrumbs' => [], 'image' => null])
{{-- Background Image --}}
{{-- Green overlay --}}
{{-- Content centered --}}
@if(count($breadcrumbs) > 0) @endif

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif