All Doctors

Doctors List

@forelse ($doctors as $doctor) @empty @endforelse
# Dr. Image Dr. Name Dr. Speciality Status Actions
{{ $loop->iteration }} {{ $doctor->dr_name }} {{ $doctor->speciality ?? 'N/A' }}
status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
No doctors found.
{{ $doctors->links() }}