{{ auth('client')->user()?->name }}
{{ auth('client')->user()?->position }}
general
@perm('dashboard.view')
Dashboard
@endperm @if(auth('client')->user()->position=="doctor")
Clinic
Assistant
@endif
Appointment
Patient
Finance