@php $icon = $icon ?? 'arrow'; $desktopClass = $desktopClass ?? 'text-xs font-medium text-indigo-600 hover:text-indigo-700'; $label = $label ?? ''; $extraAttributes = $attributes ?? ''; @endphp @if ($icon === 'plus') @elseif ($icon === 'shield') @elseif ($icon === 'calendar') @else @endif