@extends('layouts.app', ['header' => true, 'header_image' => false]) @section('content')
{{-- header event steps start --}} {{-- header event steps ends --}}
Upload host logo
{{--
--}}
{{--
*This information can be entered at a later time
--}}

Divisions:

Add your divisions - each will have a separate leaderboard (maximum of 10)

@foreach ($divisions as $key => $division)
{{ ++$key }}

{{ $division->code }}

{{ $division->name }}
@endforeach
@for ($i = 0; $i < 5;)

Yards

Re-load Required (y/n)

Shots

Target zone

Hand (s/w)

Shots

Target zone

Hand (s/w)

@endfor

Upload from File

Upload from File

Upload from File

Upload from File

Upload from File

Become a HOST

Additional Hosting Admin Features

  • A Hosting Admin Dashboard
    • Quickly see your Live event sign-ups and revenue
    • Check all prior events and event history totals
    • Watch your RAF Rev-share program revenue payouts by month with payment verification
  • A Hosting Library
    • Review any past or current event
    • Edit any upcoming or live event
    • Copy any completed events to purchase a new event greatly reducing the time to create an event
  • A separate Host’s event leaderboard by division
CONTINUE
Loading...
{{-- side bar --}} @include('layouts.sidebar.user') {{-- modal event prize --}} @include('host.event-new-flow.modal.event-prize') {{-- common modal for event description and event rules --}} @include('host.event-new-flow.modal.comon-modal') @push('scripts') {{-- --}} {{-- creating event js --}} @endpush @endsection