@extends('admin.layouts.app') @section('title', 'Appointments') @section('page-title', 'Appointments') @section('page-subtitle', 'Manage appointments') @section('content')
{{ $stats['total'] }}
Total
{{ $stats['pending'] }}
Pending
{{ $stats['confirmed'] }}
Confirmed
{{ $stats['cancelled'] }}
Cancelled
| Patient | Type | Status | Actions | |
|---|---|---|---|---|
|
{{ $appointment->patient->full_name }} {{ $appointment->patient->email }} |
{{ Str::limit($appointment->consultation_type, 15) }} | {{ ucfirst($appointment->status) }} | ||
|
No appointments found |
||||