د. {{ $doc->user->name }}
@if($doc->is_verified)@endif
{{ $doc->specialty }}
@if($doc->experience_years) · {{ $doc->experience_years }} سنة خبرة @endif
{{ str_repeat('★', min(5, (int) round($doc->rating))) }}{{ str_repeat('☆', max(0, 5 - (int) round($doc->rating))) }}
{{ number_format($doc->rating, 1) }} ({{ $doc->total_reviews }})
@if($doc->city)📍 {{ $doc->city }}@endif
@if($doc->clinic_name)🏥 {{ $doc->clinic_name }}@endif
@if($doc->consultation_fee)💰 {{ \App\Support\Money::iqd($doc->consultation_fee, 0) }}@endif
@php $qn=\App\Models\Queue::where('doctor_id',$doc->id)->today()->whereIn('status',['waiting','in_progress'])->count() @endphp
@if($qn>0)
{{ $qn }} في الطابور
@else
@endif