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