Your Event Ticket

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 }}

@if($mapLocation) @endif

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.