@extends((isset($useProtecht)&&$useProtecht==true) ? 'master.team-registration': 'master.team-registration', (isset($useProtecht)&&$useProtecht==true) ? ['useProtecht'=>'true'] : []) @push('footer.scripts') @stop @section('content') {{ $eventObj->name }} - Checkout @if($eventObj->logo != '') @if($eventObj->race_date != '' && $eventObj->race_date != '0000-00-00 00:00:00') {{ date('F d D, Y', strtotime($eventObj->race_date)) }} @endif @endif @if (count($errors) > 0) Validation Errors! @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {!! Form::open(array('id' => 'register_checkout_form', 'url' => 'registration/checkouttest/process', 'method'=>'POST', 'class'=> 'subscription_form')) !!} Payment Options: Early Date Registration - {{ date('F d D, Y', strtotime($eventObj->early_date)) }} - ${{ $teamCategoryObj ->early_date_price }} Normal Date Registration - {{ date('F d D, Y', strtotime($eventObj->normal_date)) }} - ${{ $teamCategoryObj ->normal_date_price }} Late Registration - {{ date('F d D, Y', strtotime($eventObj->late_date)) }} - ${{ $teamCategoryObj ->late_date_price }} Calculate Price: Price Discount Type Discount Coupon Credit Deferral Credit/Deferral Code Calculate Discount Discount Coupon Code Calculate Discount Discount Amount Final Price Credit Card Information: Type Visa Mastercard American Express Discover Diners Club/ Carte Blanche JCB Credit Card Expiry Month 01 02 03 04 05 06 07 08 09 10 11 12 Expiry Year 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 CVV Submit @stop