{{-- Section Header Component Usage: @include('components.dashboard.section-header', [ 'title' => 'Application Status', 'subtitle' => 'Current pipeline overview', 'action' => ['label' => 'View all', 'href' => route('employer.jobs.index')] ]) --}}

{{ $title }}

@if(isset($subtitle))

{{ $subtitle }}

@endif
@if(isset($action)) {{ $action['label'] }} @endif