@props([ 'title', 'subtitle' => null, 'href' => null, 'actionLabel' => 'View all', 'icon' => 'arrow-right', ]) {{-- Shared section heading: a 14px title, an optional 11px muted subtitle, and an optional right-aligned action. Pass `href` for the default "View all" button, or an `` for a custom control. --}}
merge(['class' => 'mb-3 min-w-0']) }}>

{{ $title }}

@isset($actions)
{{ $actions }}
@elseif (filled($href)) {{ $actionLabel }} @if ($icon) @endif @endisset
@if (filled($subtitle))

{{ $subtitle }}

@endif