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

{{ $eventObj->name }} - Checkout

@if (count($errors) > 0)

Validation Errors!

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

Payment Options:

Calculate Price:

@stop