@props(['name', 'class' => '']) @php $icons = [ 'home' => '', 'calendar' => '', 'dice' => '', 'gift' => '', 'users' => '', 'trophy' => '', 'tv' => '', 'chart' => '', 'settings' => '', 'logout' => '', ]; $path = $icons[$name] ?? ''; @endphp {!! $path !!}