@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/processindividualcheckout', 'method'=>'POST', 'class'=> 'subscription_form')) !!}

Payment Options:

{{--
--}}

Calculate Price:

@if ($event_id !=14)
@endif @if ($event_id !=14)
@else @endif
@if ($price==0)
@stop