@extends('tickets.layouts.auth_layout') @section('title', 'Sign Up - Loyaltiya Tickets') @section('top_link') @endsection @section('content')
@if ($errors->any())
@endif
@csrf

Sign up to Loyaltiya

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