@extends('admin.layouts.app') {{-- Custom CSS --}} @section('custom-css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
{{-- Paypal --}} @if ($gateway_details->id == 1) {{-- Mode --}}
{{-- Client Key --}}
{{-- Secret --}}
@endif {{-- Razorpay --}} @if ($gateway_details->id == 2) {{-- Client Key --}}
{{-- Secret --}}
@endif {{-- PhonePe --}} @if ($gateway_details->id == 6) {{-- Client ID --}}
{{-- Client Version --}}
{{-- Client Secret --}}
@endif {{-- Stripe --}} @if ($gateway_details->id == 3) {{-- Publishable Key --}}
{{-- Secret --}}
@endif {{-- Paystack --}} @if ($gateway_details->id == 4) {{-- Publishable Key --}}
{{-- Secret --}}
{{-- Merchant Email --}}
@endif {{-- Mollie --}} @if ($gateway_details->id == 5) {{-- Key --}}
@endif {{-- Toyyibpay --}} @if ($gateway_details->id == 8) {{-- Mode --}}
{{-- Public Key --}}
{{-- Category Code --}}
@endif {{-- Flutterwave --}} @if ($gateway_details->id == 9) {{-- Public Key --}}
{{-- Secret Key --}}
{{-- Encryption Key --}}
@endif {{-- Offline (Bank Transfer) Settings --}} @if ($gateway_details->id == 7) {{-- Offline (Bank Transfer) Settings --}}
@endif
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection