{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitStripeData();']) !!}

Create Stripe Account

{!! Form::label('publishable_key','Publishable Key') !!} {!! Form::text('publishable_key', isset($stripe) ? $stripe['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Publishable Key']) !!}
{!! Form::label('secret_key','Secret Key') !!} {{-- {!! Form::password('secret_key',['class' => 'form-control', 'placeholder'=> '*****************','required' => true]) !!} --}}
{!! Form::checkbox('is_live' , 1 , isset($stripe) ? $stripe['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::checkbox('save_payment_methods' , 1 , isset($stripe) ? $stripe['payment_method'] : 1 ) !!} {!! Form::label('save_payment_methods','Save Payment Methods') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitAuthorizeData();']) !!}

Authorize.NET / AIM

{!! Form::label('aim_login','AIM Login:') !!} {!! Form::text('aim_login', isset($authorize_net) ? $authorize_net['field_1'] : '' , ['class' => 'form-control','placeholder' => 'AIM Login']) !!}
{!! Form::label('aim_transaction_key','AIM Transaction Key:') !!} {!! Form::text('aim_transaction_key', isset($authorize_net) ? $authorize_net['field_2'] : '' , ['class' => 'form-control','placeholder' => 'AIM Transaction Key']) !!}
{!! Form::checkbox('is_live' , 1 , isset($authorize_net) ? $authorize_net['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form-metrics','novalidate' => 'novalidate' , 'onsubmit' => 'return submitMetricsData();']) !!}

Metrics Global

{!! Form::label('token_key','Tokenization Public Key') !!} {!! Form::text('token_key', optional($metrics)['field_1'] ?? '' , ['class' => 'form-control','placeholder' => 'Tokenization Public Key']) !!}
{!! Form::label('private_key','Private Key') !!} {!! Form::text('private_key', optional($metrics)['field_2'] ?? '' , ['class' => 'form-control','placeholder' => 'Private Key']) !!}
{!! Form::checkbox('is_live' , 1 , optional($metrics)['is_live'] ?? 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitCardKnoxData();']) !!}

Cardknox

{!! Form::label('cardknox_ifields_key','IFields Key:') !!} {!! Form::text('cardknox_ifields_key', isset($cardknox) ? $cardknox['field_1'] : '' , ['class' => 'form-control','placeholder' => 'IFields Key']) !!}
{!! Form::label('cardknox_transaction_key','Transaction key (xkey)') !!} {!! Form::text('cardknox_transaction_key', isset($cardknox) ? $cardknox['field_2'] : '' , ['class' => 'form-control','placeholder' => 'Transaction key (xkey)']) !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitPaypalData();']) !!}

PayPal Express Checkout

{{--
--}} {{-- {!! 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

--}}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitFlexShopperData();']) !!}

FlexShopper

{!! Form::label('retailer_id:','Retailer ID:') !!} {!! Form::text('retailer_id', isset($flexShopper) ? $flexShopper['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Retailer ID']) !!}
{!! Form::label('retailer_token','Retailer Token:') !!} {!! Form::text('retailer_token', isset($flexShopper) ? $flexShopper['field_2'] : '' , ['class' => 'form-control','placeholder' => 'Retailer Token']) !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitAmericanFinanceData();']) !!}

Great American Finance

{!! Form::label('access_key:','Access Key:') !!} {!! Form::text('access_key', isset($americanFinance) ? $americanFinance['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Access Key']) !!}
{!! Form::label('id_key','ID Key:') !!} {!! Form::text('id_key', isset($americanFinance) ? $americanFinance['field_2'] : '' , ['class' => 'form-control','placeholder' => 'ID Key']) !!}
{!! Form::label('detail_url','Detail Url') !!} {!! Form::text('detail_url', isset($americanFinance) ? $americanFinance['field_3'] : '' , ['class' => 'form-control','placeholder' => 'Detail Url']) !!}
{!! Form::checkbox('is_live' , 1 , isset($americanFinance) ? $americanFinance['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitAcimaData();']) !!}

Acima

{!! Form::label('merchant_id:','Merchant ID:') !!} {!! Form::text('merchant_id', isset($acima) ? $acima['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Merchant ID']) !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitAmazonPaymentData();']) !!}

Amazon Pay

{!! Form::label('aws_key:','Amazon AWS Key:') !!} {!! Form::text('aws_key', isset($amazon) ? $amazon['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Amazon AWS Key']) !!}
{!! Form::label('aws_secret_access_key:','Aws Secret Access Key:') !!} {!! Form::text('aws_secret_access_key', isset($amazon) ? $amazon['field_2'] : '' , ['class' => 'form-control','placeholder' => 'Aws Secret Access Key:']) !!}
{!! Form::label('marketplace_id:','Marketplace Id:') !!} {!! Form::text('marketplace_id', isset($amazon) ? $amazon['field_3'] : '' , ['class' => 'form-control','placeholder' => 'Marketplace Id']) !!}
{!! Form::label('seller_id:','Seller Id:') !!} {!! Form::text('seller_id', isset($amazon) ? $amazon['field_4'] : '' , ['class' => 'form-control','placeholder' => 'Seller Id']) !!}
{!! Form::label('aws_lwa_client_id:','Amazon LWA Client ID:') !!} {!! Form::text('aws_lwa_client_id', isset($amazon) ? $amazon['field_5'] : '' , ['class' => 'form-control','placeholder' => 'Amazon LWA Client ID']) !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitTwoCheckoutData();']) !!}

Create 2Checkout Account

{!! Form::label('secret_key','Secret Key') !!} {!! Form::text('secret_key', isset($twoCheckout) ? $twoCheckout['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Secret Key']) !!}
{!! Form::label('seller_id','Seller ID') !!} {!! Form::text('seller_id',isset($twoCheckout) ? $twoCheckout['field_2'] : '',['class' => 'form-control', 'placeholder'=> 'Seller ID','required' => true]) !!}
{!! Form::checkbox('is_live' , 1 , isset($twoCheckout) ? $twoCheckout['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitNexioData();']) !!}

Create Nexio Account

{!! Form::label('Username','Username') !!} {!! Form::text('username', isset($nexio) ? $nexio['field_1'] : '' , ['class' => 'form-control','placeholder' => 'Username','required' => true ]) !!}
{!! Form::label('apiKey','API KEY') !!}
{!! Form::checkbox('is_live' , 1 , isset($nexio) ? $nexio['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::checkbox('active_apms' , 1 , isset($nexio) ? $nexio['field_3'] : 0 ) !!} {!! Form::label('active_apms','Activate APMs') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitOfflinePayments();']) !!}

Offline Payments

{!! Form::label('_offline_payment_label','Label') !!} {!! Form::text('_offline_payment_label', SiteSettingFind('_offline_payment_label') , ['class' => 'form-control','placeholder' => 'Label']) !!}
{!! Form::label('_offline_payment_instructions','Instructions') !!} {!! Form::textarea('_offline_payment_instructions', SiteSettingFind('_offline_payment_instructions'),['class' => 'form-control', 'placeholder'=> 'Instructions','required' => true]) !!}
{!! Form::checkbox('_offline_payment_is_enable' , 1 , SiteSettingFind('_offline_payment_is_enable') ) !!} {!! Form::label('_offline_payment_is_enable','Enable') !!}
{!! Form::close() !!}
{!! Form::open(['id' => 'form','novalidate' => 'novalidate' , 'onsubmit' => 'return submitOkinusData();']) !!}

Create Okinus Account

{!! Form::label('app_token','App Token') !!} {!! Form::text('app_token', isset($okinus) ? $okinus['field_1'] : '' , ['class' => 'form-control','placeholder' => 'App Token','required' => true]) !!}
{!! Form::label('store_id','Store Id') !!} {!! Form::text('store_id',isset($okinus) ? $okinus['field_2'] : '',['class' => 'form-control', 'placeholder'=> 'Store ID','required' => true]) !!}
{!! Form::label('retailer_slug','Retailer Slug') !!} {!! Form::text('retailer_slug', isset($okinus) ? $okinus['field_3'] : '' , ['class' => 'form-control','placeholder' => 'Retailer Slug','required' => true]) !!}
{!! Form::label('store_slug','Store Slug') !!} {!! Form::text('store_slug',isset($okinus) ? $okinus['field_4'] : '',['class' => 'form-control', 'placeholder'=> 'Store Slug','required' => true]) !!}
{!! Form::checkbox('is_live' , 1 , isset($okinus) ? $okinus['is_live'] : 0 ) !!} {!! Form::label('is_live','Production Mode') !!}
{!! Form::close() !!}