@if(in_array(auth()->user()->role, ['admin','super_admin']))
Reports
Search
Calendar
Settings
Audit
Permissions
Health
@elseif(auth()->user()->role === 'doctor')
Portal
Calendar
Profile
@elseif(auth()->user()->role === 'patient')
Portal
Calendar
Profile
@endif
{{ auth()->user()->name }}