@can('doctor-create') Add Doctor @endcan
| Doctor Name | User Name | Mobile | Designation | Status | @canany(['doctor-edit','doctor-update','doctor-remove'])Action | @endcanany|
|---|---|---|---|---|---|---|
| {{$doctor->user->full_name}} | {{$doctor->user->user_name}} | {{$doctor->user->email}} | {{$doctor->user->mobile_no}} | {{$doctor->designation ? $doctor->designation->designation_name : '-'}} | @canany(['doctor-edit','doctor-update']) Set Doctor Commission @endcanany @can('doctor-remove') @endcan | |
| Doctor Name | User Name | Contact | Designation | Station | @canany(['doctor-edit','doctor-update','doctor-remove'])Action | @endcanany