@extends('layouts.app') @section('content')
| Client | Practice Area | Date & Time | Status | Reference | Actions |
|---|---|---|---|---|---|
|
{{ $booking->client_name }}
{{ $booking->email }}
@if($booking->phone)
{{ $booking->phone }}
@endif
|
{{ $booking->service->name }} |
{{ $booking->appointment_date->format('M d, Y') }}
{{ \Carbon\Carbon::parse($booking->appointment_time)->format('g:i A') }}
|
@if($booking->status !== 'cancelled')
@endif
|
{{ $booking->medical_aid_name ?? 'N/A' }} | |
| No consultation requests found | |||||