Ticket Number:
{{ $booking->order_id }}
Booking Date:
{{ $booking->created_at->format('d M Y, H:i') }}
Customer:
{{ $booking->user->name }}
Status:
{{ ucfirst($booking->status) }}
{{ $booking->touristAttraction->name }}
📍 {{ $booking->touristAttraction->location }}
Ticket Type:
{{ $booking->ticket->name ?? 'General Admission' }}
Visit Date:
{{ $booking->visit_date->format('d M Y') }}
Quantity:
{{ $booking->quantity }} ticket(s)
Total Amount:
Rp {{ number_format($booking->total_price, 0, ',', '.') }}
Present this QR code at the entrance
QR Code
{{ $booking->order_id }}
Valid for entry on {{ $booking->visit_date->format('d M Y') }}
⚠️ Important Notice:
- This ticket is valid only for the date specified above
- Please arrive on time for your visit
- Keep this ticket safe and present it at the entrance
- No refunds for unused tickets
- Contact customer service for any issues
By using this ticket, you agree to the terms and conditions of Festigo.
This is an electronic ticket - no physical ticket required.