@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@csrf
{{ __('Paypal') }}
@if ($errors->has('paypal_status'))

{{ $errors->first('paypal_status') }}

@endif
@php $paypalInfo = json_decode($paypal->mobile_information, true); @endphp
@if ($errors->has('paypal_sandbox_status'))

{{ $errors->first('paypal_sandbox_status') }}

@endif
@if ($errors->has('paypal_client_id'))

{{ $errors->first('paypal_client_id') }}

@endif
@if ($errors->has('paypal_client_secret'))

{{ $errors->first('paypal_client_secret') }}

@endif
@csrf
{{ __('Toyyibpay') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $toyyibpayInfo = json_decode($toyyibpay->mobile_information, true); @endphp
@if ($errors->has('sandbox_status'))

{{ $errors->first('sandbox_status') }}

@endif
@if ($errors->has('secret_key'))

{{ $errors->first('secret_key') }}

@endif
@if ($errors->has('category_code'))

{{ $errors->first('category_code') }}

@endif
@csrf
{{ __('Stripe') }}
@if ($errors->has('stripe_status'))

{{ $errors->first('stripe_status') }}

@endif
@php $stripeInfo = json_decode($stripe->mobile_information, true); @endphp
@if ($errors->has('stripe_key'))

{{ $errors->first('stripe_key') }}

@endif
@if ($errors->has('stripe_secret'))

{{ $errors->first('stripe_secret') }}

@endif
@csrf
{{ __('Flutterwave') }}
@if ($errors->has('flutterwave_status'))

{{ $errors->first('flutterwave_status') }}

@endif
@php $flutterwaveInfo = json_decode($flutterwave->mobile_information, true); @endphp
@if ($errors->has('flutterwave_public_key'))

{{ $errors->first('flutterwave_public_key') }}

@endif
@if ($errors->has('flutterwave_secret_key'))

{{ $errors->first('flutterwave_secret_key') }}

@endif
@csrf
{{ __('Midtrans') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $midtransInfo = json_decode($midtrans->mobile_information, true); @endphp
@if ($errors->has('is_production'))

{{ $errors->first('is_production') }}

@endif
@if ($errors->has('server_key'))

{{ $errors->first('server_key') }}

@endif {{ __('Set these URLs in Midtrans Dashboard like this') . ':' }} {{ __('See Example') }}
@csrf
{{ __('My-Fatoorah') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $myfatoorahInfo = json_decode($myfatoorah->mobile_information, true); @endphp
@if ($errors->has('sandbox_status'))

{{ $errors->first('sandbox_status') }}

@endif
@if ($errors->has('token'))

{{ $errors->first('token') }}

@endif
@csrf
{{ __('Phonepe') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $phonepeInfo = json_decode($phonepe->mobile_information, true); @endphp
@if ($errors->has('sandbox_status'))

{{ $errors->first('sandbox_status') }}

@endif
@if ($errors->has('merchant_id'))

{{ $errors->first('merchant_id') }}

@endif
@if ($errors->has('salt_key'))

{{ $errors->first('salt_key') }}

@endif
@if ($errors->has('salt_index'))

{{ $errors->first('salt_index') }}

@endif
@csrf
{{ __('Monnify') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $monifyInfo = json_decode($monnify->mobile_information, true); @endphp
@if ($errors->has('sandbox_status'))

{{ $errors->first('sandbox_status') }}

@endif
@if ($errors->has('api_key'))

{{ $errors->first('api_key') }}

@endif
@if ($errors->has('secret_key'))

{{ $errors->first('secret_key') }}

@endif
@if ($errors->has('wallet_account_number'))

{{ $errors->first('wallet_account_number') }}

@endif
@csrf
{{ __('Paystack') }}
@if ($errors->has('paystack_status'))

{{ $errors->first('paystack_status') }}

@endif
@php $paystackInfo = json_decode($paystack->mobile_information, true); @endphp
@if ($errors->has('paystack_key'))

{{ $errors->first('paystack_key') }}

@endif
@csrf
{{ __('NowPayments') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $now_paymentsInfo = json_decode($now_payments->mobile_information, true); @endphp
@if ($errors->has('api_key'))

{{ $errors->first('api_key') }}

@endif
@csrf
{{ __('Mollie') }}
@if ($errors->has('mollie_status'))

{{ $errors->first('mollie_status') }}

@endif
@php $mollieInfo = json_decode($mollie->mobile_information, true); @endphp
@if ($errors->has('mollie_key'))

{{ $errors->first('mollie_key') }}

@endif
@csrf
{{ __('Xendit') }}
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@php $xenditInfo = json_decode($xendit->mobile_information, true); @endphp
@if ($errors->has('secret_key'))

{{ $errors->first('secret_key') }}

@endif
@csrf
{{ __('MercadoPago') }}
@if ($errors->has('mercadopago_status'))

{{ $errors->first('mercadopago_status') }}

@endif
@php $mercadopagoInfo = json_decode($mercadopago->mobile_information, true); @endphp
@if ($errors->has('mercadopago_sandbox_status'))

{{ $errors->first('mercadopago_sandbox_status') }}

@endif
@if ($errors->has('mercadopago_token'))

{{ $errors->first('mercadopago_token') }}

@endif
@csrf
{{ __('Razorpay') }}
@if ($errors->has('razorpay_status'))

{{ $errors->first('razorpay_status') }}

@endif
@php $razorpayInfo = json_decode($razorpay->mobile_information, true); @endphp
@if ($errors->has('razorpay_key'))

{{ $errors->first('razorpay_key') }}

@endif
@if ($errors->has('razorpay_secret'))

{{ $errors->first('razorpay_secret') }}

@endif
@endsection