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

{{ $eventObj->name }} - Register team

@if (count($errors) > 0)

Validation Errors!

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

Directions

Please read the following directions so that your team is registered correctly:

{!! $eventObj->registration_step_2_description !!}

Team details:

Password must be 8 to 20 characters long.

Team captain:

2020 counts as a year of participation

Emergency Contact Information:

Waivers & Agreements

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.

By entering my name below, I assert that I have reviewed and agree to all the waivers and agreements I have selected above.
@stop