@extends('layouts.admin') @section('page_kicker', 'Scheduling') @section('page_title', 'Appointments') @section('content')
Book a slot between patient and doctor.
Appointments are listed below; reschedule or update status inline.
Edit schedule and workflow state.
| Patient | Doctor | Schedule | Visit type | Status | Update |
|---|---|---|---|---|---|
| {{ $appointment->patient->name ?? $appointment->patient_id }} | {{ $appointment->doctor->name ?? $appointment->doctor_id }} | {{ $appointment->scheduled_at }} | {{ $appointment->visit_type }} | {{ $appointment->status }} |