@extends('tickets.layouts.public') @section('title', 'Checkout Cancelled - Loyaltiya Tickets') @section('content')

Checkout Cancelled

Your payment was not completed, so no tickets were issued.

@if ($order && $order->event) Back to Event @else Browse Events @endif
@endsection