@extends('master.team-registration') @push('footer.scripts') @stop @section('content')

Register For {{$event_name}}

@if (count($errors) > 0)

Validation Errors!

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::open(array('url' => 'registration/postregisterindividual', 'method'=>'POST', 'class'=> 'subscription_form')) !!}

Registrant #1

Basic Info

@if ($event_id ==9)
@elseif ($event_id ==15 || $event_id ==13)
 
@elseif ($event_id ==11)
@endif

Additional Information

@if ($event_id ==9) @else @endif

Address

Ticket /Registration type

@if($event_id == 13)
* Early registration pricing (5/7/26 - 5/21/26)
  • Adult - All 9 Buttes: $60.00
  • Youth (15 & Under) - All 9 Buttes Youth: $20
  • Micro Butte Challenge (all ages): $15
* Regular Registration pricing (5/22/26 - 10/1/26)
  • Adult - All 9 Buttes: $65.00
  • Youth (15 & Under) - All 9 Buttes Youth: $25
  • Micro Butte Challenge (all ages): $2015
@endif @foreach(list_event_team_categories_from_registration($event_id) as $item)
@endforeach

@if ($event_id ==14)

*Registration is just for kids, but parents are welcome to join in the fun with their little ones.

@else

*Children in strollers are welcome to join at no additional cost.

@endif

Please read the following waiver carefully. By agreeing electronically, you acknowledge that you have both read and understood all text presented to you as part of the registration process.

@if ($event_id !=10)
@endif
By entering my name below, I assert that I have reviewed and agree to all the waivers and agreements I have selected above.
@stop