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