Hello {{ $ticketBooking->name }},
Thank you for your booking! Please find your ticket details below.
Event: {{ $event->event_name }}
Date: {{ \Carbon\Carbon::parse($ticketBooking->selected_date)->format('F j, Y') }}
Ticket Quantity: {{ $ticketBooking->quantity }}
Price: ${{ number_format($ticketBooking->price, 2) }}
Booking ID: #{{ $ticketBooking->id }}
Event Location:
If the link above doesn’t work, copy and paste this URL into your browser:
{{ $mapLocation }}
Your QR Code is attached to this email.
Please present this QR code at the event entrance for scanning.
The QR code contains your booking details and event information.