@if(Session::has('message')) {!! Session::get('message') !!} @endif

Selected Plan:

Monthly
Yearly
@if (defined('CNF_CURRENCY')) @php ( $currency = SiteHelpers::getCurrentcurrency(CNF_CURRENCY) ) @endif @if(\bsetecHelpers::checkadmincoupon()) @endif
{!! Lang::get('core.name_content') !!} {!! Lang::get('core.price')!!}

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

{!! Lang::get('core.you_pay') !!}
@if($paypal_express_checkout['payment'] == '1')
{!! Form::open(array('url' => url('payment/paypalform'))) !!}

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

{!! Lang::get('core.By_Clicking') !!} "{!! Lang::get('core.Continue_to_PayPal') !!}", {!! Lang::get('core.plan_will_start_paypal') !!}{!! Lang::get('core.Upgrade_downgrade') !!}

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

{!! Form::close() !!}
@endif @if($stripe['payment'] == '1')
{!! Form::open(array('url' => url('payment/stripemembership'),'id'=>'payment-stripe' )) !!}

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

{!! Lang::get('core.By_Clicking') !!} "{!! Lang::get('core.pay_now') !!}", {!! Lang::get('core.plan_will_start') !!}{!! Lang::get('core.Upgrade_downgrade') !!}

{!! Form::text('billingAddress1', '' , array('class'=>'form-control','id'=>'billingAddress1','placeholder'=>Lang::get('core.billingAddress1'),'autocomplete'=>'off')) !!}
{!! Form::text('billingCity', '' , array('class'=>'form-control','id'=>'billingCity','placeholder'=>Lang::get('core.billingCity'),'autocomplete'=>'off')) !!}
{!! Form::text('billingState', '' , array('class'=>'form-control','id'=>'billingState','placeholder'=>Lang::get('core.billingState'),'autocomplete'=>'off')) !!}
{!! Form::text('billingPostcode', '' , array('class'=>'form-control','id'=>'billingPostcode','placeholder'=>Lang::get('core.billingPostcode'),'autocomplete'=>'off')) !!}

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

{!! Form::text('nameOnCard', '' , array('class'=>'form-control','id'=>'nameOnCard','placeholder'=>Lang::get('core.Name_on_Card'),'autocomplete'=>'off')) !!}
{!! Form::text('card-number', '' , array('class'=>'form-control','id'=>'card-number','placeholder'=>Lang::get('core.enter_card'),'autocomplete'=>'off')) !!}
{!! Form::input('text','card-cvc', '' , array('class'=>'form-control','maxlength'=>'3','id'=>'card-cvc','placeholder'=>Lang::get('core.enter_cvc'),'autocomplete'=>'off')) !!}
{!! Form::close() !!}
@endif @if($stripe['payment'] != '1' && $paypal_standard['payment'] != '1' && $paypal_express_checkout['payment'] != '1')

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

@endif