VIP
VIP ACCESS

{{ $eventName ?? 'Premium Event' }}

Exclusive VIP Experience
@if(!isset($eventBanner) || !$eventBanner)
VIP
@endif
VIP Privileges & Special Access
  • Priority entry through VIP entrance
  • Access to exclusive VIP lounge with complimentary refreshments
  • Premium seating in reserved VIP section
  • Meet & greet opportunity (subject to availability)
  • Commemorative VIP gift package
  • Dedicated VIP concierge service
  • Complimentary coat check service
  • Priority merchandise access
Event Date
{{ isset($eventDate) ? date('F j, Y', strtotime($eventDate)) : 'Date TBD' }}
Doors Open
{{ isset($eventTime) ? date('g:i A', strtotime('-30 minutes', strtotime($eventTime))) : 'TBD' }}
Event Starts
{{ isset($eventTime) ? date('g:i A', strtotime($eventTime)) : 'Time TBD' }}
Venue
{{ $venueName ?? 'Venue Name' }}
@if(isset($venueAddress))
Address
{{ $venueAddress }}
@endif
Guest Name
{{ $customerName ?? 'VIP Guest' }}
Your VIP Seating
Section
{{ $section ?? 'VIP' }}
@if(isset($row) && $row)
Row
{{ $row }}
@endif
Seat
{{ $seatNumber ?? '1' }}
@if(isset($publishPrice) && $publishPrice && isset($price))
Value
{{ $currency ?? '€' }}{{ number_format($price, 2) }}
@endif
@php $qrData = isset($ticketId) ? url('/ticket/verify/' . $ticketId) : '#'; $qrUrl = "https://api.qrserver.com/v1/create-qr-code/?size=180x180&data=" . urlencode($qrData) . "&color=92400e"; @endphp QR Code
Ticket ID: {{ $ticketId ?? 'VIP-XXXX-XXXX-XXXX' }}
Booking Ref: {{ $bookingId ?? 'BOOKING-XXXX' }}
@if(isset($sponsors) && count($sponsors) > 0)
Event Partners
@foreach($sponsors as $sponsor) @endforeach
@endif
VIP Terms & Conditions
  • This VIP ticket is valid for one person only and is non-transferable
  • VIP privileges are subject to availability and venue capacity
  • Please arrive at least 45 minutes before the event starts to enjoy VIP amenities
  • Valid photo ID may be required for entry
  • No refunds or exchanges except as required by law
  • The venue reserves the right to refuse admission
  • VIP access areas may have dress code requirements