Patients
@foreach($results['patients'] as $patient){{ $patient->full_name }}
{{ $patient->uhid }} • {{ $patient->phone }}
Doctors
@foreach($results['doctors'] as $doctor){{ $doctor->full_name }}
{{ $doctor->specialization }}
Active Tokens
@foreach($results['consultations'] as $con){{ $con->patient->full_name }}
{{ $con->consultation_date->format('d M') }} • {{ $con->status }}