@extends('layouts.main') @push('styles') @endpush @section('content')
Overview of your appointments and inquiries.
| Patient Name | Session Date | Type | Status |
|---|---|---|---|
|
{{ $b->user->name ?? 'Guest User' }}
|
{{ \Carbon\Carbon::parse($b->session_date)->format('M d, Y') }}
{{ \Carbon\Carbon::parse($b->session_time)->format('h:i A') }}
|
{{ $b->session_type ?? 'Consultation' }}
|
{{ ucfirst($b->status ?? 'pending') }} |
| No recent bookings found. | |||
No recent messages.
@endifNo recent subscribers.
@endif