Dashboard
@if(Auth::user()->hasRole('admin'))
Users
Subscriptions
@endif
@if(Auth::user()->hasRole('doctor'))
Patients
@endif
@if(Auth::user()->hasRole('pharmacist'))
Prescriptions
Inventory
@endif
@if(Auth::user()->hasAnyRole('admin', 'doctor', 'pharmacist'))
Medications
@endif