@extends('layouts.app', ['header' => true, 'header_image' => true]) @section('content')
{{-- IF USER WANTS TO PLAY THE EVENT --}} @if (request()->route('token'))

Enter Host Code

Enter the code provided by your host to enter their event

Enter Code*

@else {{-- IF USER PAY THE EVENT ENTRY FEE --}}

Join a Hosted Event

Use your host supplied code to enter their event challenge.

Enter host code here

@endif
@endsection @push('scripts') @endpush