@extends('admin.layouts.app') {{-- Custom CSS --}} @section('custom-css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{-- Links --}} @include('admin.pages.settings.include.links', ['link' => 'payments'])
@csrf

{{-- Paypal Settings --}}

{{ __('Paypal Settings') }}

{{-- Mode --}}
{{-- Client Key --}}
{{-- Secret --}}
{{-- Razorpay Settings --}}

{{ __('Razorpay Settings') }}

{{-- Client Key --}}
{{-- Secret --}}
{{-- PhonePe Settings --}}

{{ __('PhonePe Settings') }}

{{-- Client Key --}}
{{-- Salt Key --}}
{{-- Stripe Settings --}}

{{ __('Stripe Settings') }}

{{-- Publishable Key --}}
{{-- Secret --}}
{{-- Paystack Settings --}}

{{ __('Paystack Settings') }}

{{-- Publishable Key --}}
{{-- Secret --}}
{{-- Merchant Email --}}
{{-- Mollie Settings --}}

{{ __('Mollie Settings') }}

{{-- Key --}}
{{-- Offline (Bank Transfer) Settings --}}

{{ __('Offline (Bank Transfer) Settings') }}

{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection