@if(getLoggedInUser()->hasRole('Nurse'))
user
{{$row->patient->patientUser->full_name}} {{$row->patient->patientUser->email}}
@else
user
{{$row->patient->patientUser->full_name}} {{$row->patient->patientUser->email}}
@endif