القائمة
@auth @if(auth()->user()->role === 'admin')
إدارة النظام
@elseif(auth()->user()->role === 'doctor')
عيادة د. {{ auth()->user()->name }}
@elseif(auth()->user()->role === 'receptionist')
مكتب الاستقبال
@elseif(auth()->user()->role === 'patient')
حسابي الطبي
@endif
حسابي
@else
مرحباً بك
@endauth