Appointment
Tests
Available Doctors with their Specialization
@if (isset($doctors) && $doctors->isNotEmpty())
@foreach ($doctors as $index => $doctor)
@endforeach
@else
{{ $doctor->name }}
{{ $doctor->position }}
{{ $doctor->description }}
No doctors available for the selected tests.
@endif{{ session('doctor_name') ?? 'Please Choose a Doctor' }}
{{ session('doctor_position') ?? '' }}