@props(['name', 'class' => 'w-5 h-5']) @php $icons = [ 'ticket' => '', 'calendar' => '', 'map-pin' => '', 'clock' => '', 'check-circle' => '', 'x-circle' => '', 'clock-alert' => '', 'user' => '', 'user-plus' => '', 'lock-closed' => '', 'envelope' => '', 'phone' => '', 'building' => '', 'plus' => '', 'plus-circle' => '', 'arrow-right' => '', 'arrow-left' => '', 'search' => '', 'sparkles' => '', 'qr-code' => '', 'logout' => '', 'shield-check' => '', 'trash' => '', 'chart-bar' => '', 'menu' => '', 'currency' => '', 'check-badge' => '', 'exclamation' => '', 'chevron-right' => '', 'arrow-down-tray' => '', 'x-mark' => '', 'printer' => '', ]; @endphp {!! $icons[$name] ?? '' !!}