@props([
'title',
'subtitle' => null,
'icon' => null,
])
{{-- Baris judul + aksi: tetap kolom sampai xl agar judul punya lebar penuh (tablet / iPad tidak terjepit) --}}
@if($icon)
@endif
{{ $title }}
@if($subtitle)
{{ $subtitle }}
@endif
@isset($actions)
{{ $actions }}
@endisset