@extends('tickets.layouts.layout') @section('title', 'Sign In - Loyaltiya Tickets') @section('content')

The Easiest Way to Create Events and Sell More Tickets Online

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Tabs --}}
{{-- Sign In pane --}}
@csrf

Sign in to Loyaltiya

Forgot Password?
or
{{-- Continue as Guest pane --}}
@csrf

Continue as Guest

No password needed - just enough to send your tickets to.

By clicking "Sign in", you agree to Loyaltiya Terms & Conditions and have read the Privacy Policy & Refund Policy.
@endsection @push('styles') @endpush @push('scripts') @endpush