| Patient | Doctor | Type | Date | Status | Actions |
|---|---|---|---|---|---|
| {{ $consultation->patient->full_name }} | {{ ucwords(strtolower($consultation->doctor->name)) }} | {{ ucfirst(str_replace('_', ' ', $consultation->consultation_type)) }} | {{ $consultation->consultation_date->format('M d, Y') }} | {{ ucfirst(str_replace('_', ' ', $consultation->status)) }} | |
| No consultations found | |||||