@if(isset($amount_valider))

{{ $amount_valider }}

@endif @if($already_taken!=1)

{!! Lang::get('core.confirm_purchase') !!}

@if (defined('CNF_CURRENCY')) @php ($currency = SiteHelpers::getCurrentcurrency(CNF_CURRENCY)) @endif @if(!$mobamount) @if($admin_discount) @endif @endif @if(!$mobamount) @endif
{!! Lang::get('core.name_content') !!} {!! Lang::get('core.price')!!}
{{$course->course_title}} @if($mobamount) {{$currency .' '. $mobamount}} @else {{$currency .' '. $course->pricing}} @endif
{!! Lang::get('core.admin_discount') !!} {{ $currency.' '.$discount_amount }}
@if(\bsetecHelpers::checkcoupon($course->course_id))

{!! Lang::get('core.redeem') !!}

@endif
{!! Lang::get('core.you_pay') !!} {!! $currency !!} @if($mobamount) {{$mobamount}} @else {{$you_pay}} @endif
@if($errors->any())
× {!! Lang::get('core.payment_error') !!}
@endif
@if(isset($paypal_express_checkout) && $paypal_express_checkout['Status'] == 'true')
{!! Form::open(array('url' => url('payment/mobform'))) !!}

paypal express

{!! Form::close() !!}
@endif @if(isset($paypal_standard) && $paypal_standard['Status'] == 'true')
{!! Form::open(array('url' => url('payment/mobform'),'parsley-validate'=>'','novalidate'=>' ' )) !!}

paypal standard

{!! Form::close() !!}
@endif @if(!$mobamount) @if(isset($stripe) && $stripe['Status'] == 'true')
{!! Form::open(array('url' => url('payment/stripemob'),'id'=>'payment-stripe' )) !!}

stripe payment

{!! Form::text('card-number', '' , array('class'=>'form-control','id'=>'card-number','placeholder'=>Lang::get('core.enter_card'),'autocomplete'=>'off')) !!}
{!! Form::text('card-cvc', '' , array('class'=>'form-control','maxlength'=>'3','id'=>'card-cvc','placeholder'=>Lang::get('core.enter_cvc'),'autocomplete'=>'off')) !!}
{!! Form::close() !!}
@endif @endif @if(isset($bank) && $bank['Status']== 'true')
{!! Lang::get('core.bank_msg') !!}

{!! Lang::get('core.bank_details') !!}

    {!! $bank['info'] !!}
{!! Form::open(array('url' => url('bank/cashondelivery'),'id'=>'bank_form')) !!}
{!! Form::close() !!}
@endif @if(isset($cod) && $cod['Status'] == 'true')
{!! Lang::get('core.cod_msg') !!}
{!! Form::open(array('url' => url('bank/cashondelivery'),'id' => 'cod_form')) !!}
{!! Form::close() !!}
@endif @if(isset($ccavenue) && $ccavenue['Status']== 'true')

{!! Lang::get('core.ccavenue-payment') !!}

@endif @if(isset($stripe) && $stripe['payment'] != 1 && $paypal_standard['payment'] != 1 && $paypal_express_checkout['payment'] != 1)

{!! Lang::get('core.no_payment')!!}

@endif
@else

Already taken this course

@endif
@if(isset($stripe) && ($stripe['Status'] == 'true')) @endif