@php $name = $attributes->get('name'); $class = $attributes->get('class') ?? 'h-4 w-4'; $icons = [ 'layout-dashboard' => '', 'handshake' => '', 'wallet' => '', 'arrow-left-right' => '', 'sticky-note' => '', 'shield' => '', 'log-out' => '', 'plus' => '', 'trash' => '', 'search' => '', 'edit' => '', 'arrow-right' => '', 'trending-up' => '', 'trending-down' => '', 'check' => '', ]; @endphp {!! $icons[$name] ?? '' !!}