{{-- Admin page header with title, icon, optional subtitle and action buttons --}} @props([ 'title', 'icon' => null, 'subtitle' => null, ])

@if($icon) @endif {{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif
@if(isset($actions))
{{ $actions }}
@endif