{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitPaypalData();']) !!}
{{--
--}}
{{-- {!! Form::label('username','Username:') !!}--}}
{{-- {!! Form::text('username', isset($paypal) ? $paypal['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Username','id' => 'PaypalExpressUsername']) !!}--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('password','Password:') !!}--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('api_signature','API Signature:') !!}--}}
{{-- {!! Form::text('api_signature', isset($paypal) ? $paypal['field_3'] : '' , ['class' => 'form-control','placeholder' => 'API Signature','id' => 'PaypalExpressSignature']) !!}--}}
{{--
--}}
{!! Form::label('client_id','Client ID:') !!}
{!! Form::text('client_id', isset($paypal) ? $paypal['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Client ID','id' => 'PaypalExpressSignature']) !!}
{!! Form::label('client_secret','Client Secret:') !!}
{!! Form::text('client_secret', isset($paypal) ? $paypal['field_2'] : '' , ['class' => 'form-control','placeholder' => 'Client Secret','id' => 'PaypalExpressSignature']) !!}
{{--
--}}
{{-- {!! Form::checkbox('bill_me_later' , null , isset($bill_me_later) ? $bill_me_later : 0) !!}--}}
{{-- {!! Form::label('bill_me_later','Bill Me Later') !!}--}}
{{--
--}}
{!! Form::checkbox('is_live' , 1 , isset($paypal) ? $paypal['is_live'] : 0 ) !!}
{!! Form::label('is_live','Production Mode') !!}
{{--
Test PayPal Credentials
--}}
{{--
Click Here to Get Your PayPal API Credentials
--}}