@props([
'title',
'subtitle' => null,
'backUrl' => null,
'badge' => null,
'hideAfia' => false,
])
@if ($backUrl)
@endif
@if ($subtitle)
{{ $subtitle }}
@endif
{{ $title }}
@if ($badge)
{{ $badge }}
@endif
@unless ($hideAfia)
@include('partials.afia-button', ['compact' => true])
@endunless
{{ $actions ?? '' }}
{{ $slot }}