@if(isset($login_user)) {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return loginUser(this,true);']) !!} @else {!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return loginUser(this);']) !!} @endif

{!! __('Login') !!}

@if(isset($previous_url)) @endif
{!! Form::label('email', 'Email') !!}
{!! Form::label('password', 'Password') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'cvvFrmPayment','novalidate' => 'novalidate' , 'onsubmit' => 'return createPaymentOrder();']) !!}

{{ __('Add Security Code') }}

{!! Form::label('payment_cvv',__('Verify the security code (CVV code) found on the back of your card')) !!} {!! Form::number('payment_cvv' , null , ['class' => 'form-control','placeholder' => '123','required'=>'true']) !!}
{!! Form::close() !!}