{{ auth('client')->user()?->name }}
{{ auth('client')->user()?->position }}
general
Dashboard
@if(auth('client')->user()->position=="doctor")
Clinic
Assistant
@endif
Appointment
Patient
Report