Booking Confirmation

Thank you for your booking!

Dear {{ $booking->user->fullname }},

@include('emails.partials.booking-details', ['booking' => $booking, 'forAdmin' => false])

We will review your booking and confirm shortly.
Thank you for choosing us!

Best regards,
{{ config('app.name') }} Team

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.