@extends('admin.layouts.app') @section('title', 'Appointments') @section('header') Appointments @endsection @section('content')
| No. | Patient | Doctor | Date | Time | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $appointment->appointment_number }} | {{ $appointment->patient?->full_name }} | {{ $appointment->doctor?->full_name }} | {{ optional($appointment->appointment_date)->format('Y-m-d') }} | {{ $appointment->appointment_time }} | {{ $appointment->status }} | View Edit |
| No appointments found. | ||||||