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