@props(['icon', 'route', 'label', 'collapsed']) @php $routeName = is_array($route) ? $route[0] : $route; $isActive = str_starts_with(Route::currentRouteName(), $routeName); @endphp {{ $label }}