@extends('layouts.app') @section('header_title', 'Appointments Schedule') @section('content')
| Code | Patient | Doctor | Date & Slot | Status |
|---|---|---|---|---|
| {{ $apt->appointment_code }} | {{ $apt->patient->full_name }} | {{ $apt->doctor->name ?? 'Dr. Pathologist' }} | {{ $apt->appointment_date }} ({{ $apt->time_slot }}) | {{ $apt->status }} |