@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)
 
@endif

Additional Information

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

Address

Ticket /Registration type

@if($event_id == 13)
* Early registration pricing -- in effect now through May 22 at 11:59 pm PST
  • All Butte Challenge (9 Buttes) - Adult : $60.00
  • All Butte Challenge (9 Buttes) - Youth ages 15 and younger: $15
  • Micro Butte Challenge (any one Butte) - Adult: $20
* Regular Registration pricing -- Starts 05/23/ 25 at 12am PST
  • All Butte Challenge (9 Buttes) - Adult : $65.00
  • All Butte Challenge (9 Buttes) - Youth ages 15 and younger: $20
  • Micro Butte Challenge (any one Butte) - Adult: $25
@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