@foreach($doctors as $doctor) @endforeach
Doctor Department Total Consults Total Earnings
{{ $doctor->full_name }}
{{ $doctor->specialization }}
{{ $doctor->department->name ?? 'N/A' }} {{ number_format($doctor->consultations_count) }} ₹{{ number_format($doctor->total_earnings, 2) }}