@php $not_active = 'w-full font-thin uppercase text-gray-500 dark:text-gray-200 flex items-center p-4 transition-colors duration-200 justify-start hover:text-blue-500 dark:hover:text-blue-500 cursro-pointer'; $active = 'w-full font-thin uppercase dark:active:text-gray flex items-center p-4 transition-colors duration-200 justify-start text-blue-500 bg-gradient-to-r from-white to-blue-100 border-r-4 border-blue-500 dark:from-gray-700 dark:to-gray-800 border-r-4 border-blue-500 dark:hover:text-blue-500 cursro-pointer'; @endphp
merge(['class' => $active])}} @else {{$attributes->merge(['class' => $not_active])}} @endif href="{{route('dashboard')}}"> Calendar merge(['class' => $active])}} @else {{$attributes->merge(['class' => $not_active])}} @endif href="{{route('students.view')}}"> View profile merge(['class' => $active])}} @else {{$attributes->merge(['class' => $not_active])}} @endif href="{{route('lectures.table_student')}}"> Lectures {{-- merge(['class' => $active])}} @else {{$attributes->merge(['class' => $not_active])}} @endif href="{{route('non_working.index')}}"> Non working days --}}