@role('Admin|Receptionist')
user
{{ $row->patientUser->full_name }} {{ $row->patientUser->email }}
@endrole @role('Patient')
user
{{ $row->patientUser->full_name }} {{ $row->patientUser->email }}
@endrole