{{-- Page Header Component ───────────────────── Usage: Buat Baru Props: title string required — judul halaman subtitle string optional — sub-judul / breadcrumb hint back string optional — URL tombol back --}} @props([ 'title', 'subtitle' => null, 'back' => null, ])
@if($back) @endif
{{ $title }}
@if($subtitle) {{ $subtitle }} @endif
@isset($actions)
{{ $actions }}
@endisset