@extends('admin.layout') @section('title', 'Doctor Consultation Appointments') @section('content')
| Patient Name | Contact | Date & Time | Symptoms / Message | Actions |
|---|---|---|---|---|
| {{ $app->name }} |
@if($app->email)
{{ $app->email }}
@endif
|
{{ $app->date }}
{{ $app->time }}
|
{{ $app->message ?? 'No details provided' }} |
Delete |
| No appointment requests found. | ||||