@extends('layouts.app') @section('content')

E-Ticket #{{ $booking->booking_code }}

FESTIGO

Your Gateway to Indonesia's Finest Festivals & Events

{{ $booking->touristAttraction->name }}
Booking Code
{{ $booking->booking_code }}
Visit Date
{{ $booking->visit_date->format('d M Y') }}
Tickets
{{ $booking->number_of_tickets }} ticket(s)
Location
{{ $booking->touristAttraction->location }}
Total Amount
Rp {{ number_format($booking->total_price, 0, ',', '.') }}
@if($booking->touristAttraction->opening_hours)
Opening Hours
{{ $booking->touristAttraction->opening_hours }}
Closing Hours
{{ $booking->touristAttraction->closing_hours }}
@endif @if($booking->notes)
Special Notes
{{ $booking->notes }}
@endif
Important Information
  • Please arrive 15 minutes before your scheduled visit time
  • Bring a valid ID for verification
  • This ticket is valid only for the specified date
  • No refunds for no-shows or late arrivals
  • Follow all safety protocols and guidelines

QR Code

{{ $booking->booking_code }}
CONFIRMED

Ticket is valid for entry

Need Help?

+62 21 1234 5678

support@festigo.com

24/7 Support

Back to Booking
@endsection