@if(Auth::user()->hasRole('Doctor|Lab Technician|Pharmacist|Accountant'))
user
{{$row->doctor->doctorUser->full_name}} {{$row->doctor->doctorUser->email}}
@elseif(Auth::user()->hasRole('Admin'))
user
{{$row->doctor->doctorUser->full_name}} {{$row->doctor->doctorUser->email}}
@else
user
{{$row->doctor->doctorUser->full_name}} {{$row->doctor->doctorUser->email}}
@endif