# Your Digital Ticket
Hi {{ $order->holder_name }}, the digital tickets for order **{{ $order->order_number }}** have been issued. Show the QR code on your ticket to staff at check-in on-site.
@foreach ($order->items as $item)
@foreach ($item->tickets as $ticket)
- **{{ $item->ticketType->name }}** — code `{{ $ticket->ticket_code }}` ({{ $ticket->holder_name }})
@endforeach
@endforeach
Open the link below to view your ticket's QR code (can be scanned directly from your phone screen).
View My Tickets
Thank you,
{{ config('app.name') }}