@php $isStudent = Auth::user() && Auth::user()->role === 'student'; $navClass = $isStudent ? 'bg-[#fffdf2]/80 backdrop-blur-xl border-b border-amber-200/40 sticky top-0 z-50 shadow-[0_4px_30px_rgba(245,158,11,0.04)]' : 'bg-white border-b border-gray-100'; @endphp