@extends('layouts.app') @section('content')
Your appointment has been successfully booked and confirmed.
Service
{{ $booking->service->name }}
Professional
{{ $booking->professional->business_name }}
Booking ID
#{{ $booking->id }}
Date
{{ $booking->scheduled_at->format('l, F j, Y') }}
Time
{{ $booking->scheduled_at->format('g:i A') }}
Duration
{{ $booking->duration }} minutes
A confirmation email has been sent to {{ auth()->user()->email }}