@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Here’s what’s happening with your consultancy dashboard today.
No bookings yet. Submissions from the website Book consultation form will appear here.
@else| Submitted | Name | Contact | Preferred | Status | |
|---|---|---|---|---|---|
| {{ $b->created_at->format('d M Y, H:i') }} | {{ $b->name }} |
{{ $b->phone ?? '—' }}
{{ $b->email }}
|
{{ $b->preferred_date?->format('d M Y') ?? '—' }}
@if($b->preferred_slot)
{{ $b->preferred_slot }}
@endif
|
{{ $b->status }} | View |