@props([ 'title', 'subtitle' => null, 'icon' => null, ]) @php $fontAwesomeIcon = match ($icon) { 'calendar' => 'fa-calendar-days', 'deposit' => 'fa-arrow-down', 'history' => 'fa-clock-rotate-left', 'request' => 'fa-inbox', 'withdraw' => 'fa-arrow-up', default => $icon ?: 'fa-layer-group', }; @endphp @isset($actions) {{ $actions }} @endisset