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

The Easiest Way to Create Events and Sell More Tickets Online

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

Sign in to Loyaltiya

Forgot Password?
or
@endsection @push('scripts') @endpush