user
{{$row->visitDoctor->user->full_name}}
@if($row->visitDoctor->reviews->avg('rating') != 0) @php $rating = $row->visitDoctor->reviews->avg('rating') @endphp @foreach(range(1, 5) as $i)
@if($rating > 0) @if($rating > 0.5) @else @endif @else @endif
@php $rating-- @endphp @endforeach @else @foreach(range(1, 5) as $i)
@endforeach @endif
{{$row->visitDoctor->user->email}}