@extends('layouts.admin') @section('title', 'Appointments') @section('content')
| ID | Scheduled | Doctor | Patient | Status | Action |
|---|---|---|---|---|---|
| {{ $a->id }} | {{ $a->scheduled_at?->format('Y-m-d H:i') }} | {{ $a->doctor?->name }} | {{ $a->patient?->name }} | {{ $a->status }} | View |