{{ optional(optional($doctor->user)->profile)->expert ?? '' }}

@php $rating = $doctor->average_rating ?? 0; @endphp
@for ($i = 1; $i <= 5; $i++) @if ($i <= $rating) @else @endif @endfor
{{ $rating }}
{{ $doctor->total_appointment }} {{ __('frontend.patient_served') }}