{{ $order->event->name }}
{{ $order->event->event_starts_at->format('D, M d, Y h:i A') }}
@extends('tickets.layouts.public') @section('title', 'Order Confirmation - Loyaltiya Tickets') @section('content')
{{ $error }}
@endforeach
{{ $order->event->event_starts_at->format('D, M d, Y h:i A') }}
{{ $ticket->ticket_number }}
{{ $order->quantity }} {{ \Illuminate\Support\Str::plural('person', $order->quantity) }} on this pass
@elseYour ticket is still being generated - refresh in a moment.
@endifOrder #: {{ $order->id }}
Name: {{ $order->customer->name }}
Email: {{ $order->customer->email }}
| Ticket Type | Qty | Price | Subtotal |
|---|---|---|---|
| {{ $item->ticket_type_name }} | {{ $item->quantity }} | {{ $order->currency }} {{ number_format($item->unit_price, 2) }} | {{ $order->currency }} {{ number_format($item->subtotal, 2) }} |
| Discount @if($order->coupon)({{ $order->coupon->code }})@endif | -{{ $order->currency }} {{ number_format($order->discount_amount, 2) }} | ||
| GST | {{ $order->currency }} {{ number_format($order->gst_amount, 2) }} | ||
| Total Paid | {{ $order->currency }} {{ number_format($order->total_amount, 2) }} | ||
{{ $order->event->venue_name }}
{{ collect([$order->event->address_1, $order->event->city, $order->event->state, $order->event->country])->filter()->implode(', ') }}
@elseStreaming link will be shared before the event starts.
@endifWe're confirming your payment with Stripe. This page will update shortly - refresh in a few seconds if your tickets don't appear yet.