@extends('admin.layouts.app') @section('title', 'Payment Gateways') @section('section')

Payment Gateways Form

Payment Gateways

@csrf
{{-- start --}} {{-- --}}
{{--
Select Environment:
paypal_env == "Live") checked @endif value="Live"> Live   paypal_env == "Testing") checked @endif value="Testing"> Testing

Client ID:

Secret Key:
--}}
Select Environment:
stripe_env == "Live") checked @endif required id="stripe_env_live" value="Live"> Live   stripe_env == "Testing") checked @endif required id="stripe_env_testing" value="Testing"> Testing

Publishable Key:

Secret Key:
{{-- third item --}} {{--
Select Environment:
authorize_env == "Live") checked @endif required id="authorize_env_live" value="Live"> Live   authorize_env == "Testing") checked @endif required id="authorize_env_testing" value="Testing"> Testing

Merchant Login ID:

Merchant Transaction Key:
--}}
{{-- end --}} {{--
Paypalpaypal_check == "yes") checked @endif name="paypal_check" value="yes">
Stripestripe_check == "yes") checked @endif name="stripe_check" value="yes">
--}}
{{--
--}}
@endsection @section('script') @endsection