@if(getLoggedInUser()->hasRole('Patient'))
user
{{$row->doctor->doctorUser->full_name}} {{$row->doctor->doctorUser->email}}
@else
user
{{$row->doctor->doctorUser->full_name}} {{$row->doctor->doctorUser->email}}
@endif