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