@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:
Testing Client ID:

Testing 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:
Testing Publishable Key:

Testing Secret Key:
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Select Environment:--}} {{--
--}} {{--
--}} {{-- authorize_env == "Live") checked--}} {{-- @endif id="authorize_env_live"--}} {{-- value="Live"> Live  --}} {{-- authorize_env == "Testing") checked--}} {{-- @endif--}} {{-- id="authorize_env_testing"--}} {{-- value="Testing"> Testing--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Merchant Login ID:--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Merchant Transaction Key:--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{-- end --}}
Paypal paypal_check == "yes") checked @endif name="paypal_check" value="yes">
Stripe stripe_check == "yes") checked @endif name="stripe_check" value="yes">
{{--
--}} {{-- Authorize.net--}} {{-- authorize_check == "yes") checked--}} {{-- @endif name="authorize_check" value="yes">--}} {{--
--}}
@endsection @section('script') @endsection