@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
{{-- Paypal --}} @if ($gateway_details->payment_gateway_id == '60964401751ab') {{-- Mode --}}
{{-- Client Key --}}
{{-- Secret --}}
@endif {{-- Razorpay --}} @if ($gateway_details->payment_gateway_id == '60964410731d9') {{-- Client Key --}}
{{-- Secret --}}
@endif {{-- PhonePe --}} @if ($gateway_details->payment_gateway_id == '19065566166715') {{-- Client ID --}}
{{-- Client Version --}}
{{-- Client Secret --}}
@endif {{-- Stripe --}} @if ($gateway_details->payment_gateway_id == '60964410732t9') {{-- Publishable Key --}}
{{-- Secret --}}
@endif {{-- Paystack --}} @if ($gateway_details->payment_gateway_id == '60964410736592') {{-- Publishable Key --}}
{{-- Secret --}}
{{-- Merchant Email --}}
@endif {{-- Mollie --}} @if ($gateway_details->payment_gateway_id == '6096441071589632') {{-- Key --}}
@endif {{-- Mercadopago --}} @if ($gateway_details->payment_gateway_id == '776111730465') {{-- Public Key --}}
{{-- Access Token --}}
@endif {{-- Toyyibpay --}} @if ($gateway_details->payment_gateway_id == '767510608137') {{-- Mode --}}
{{-- Public Key --}}
{{-- Category Code --}}
@endif {{-- Flutterwave --}} @if ($gateway_details->payment_gateway_id == '754201940107') {{-- Public Key --}}
{{-- Secret Key --}}
{{-- Encryption Key --}}
@endif {{-- Paddle --}} @if ($gateway_details->payment_gateway_id == '5992737427969') {{-- Paddle Environment --}}
{{-- Paddle Seller ID --}}
{{-- Paddle API Key --}}
{{-- Paddle Client Side Token --}}
{{-- Paddle callback url (disabled) --}}
{{-- Paddle Webhook Url (disabled) --}}
@endif {{-- PayTR --}} @if ($gateway_details->payment_gateway_id == '5992737427970') {{-- PayTR Environment --}}
{{-- PayTR Merchant ID --}}
{{-- PayTR Merchant Key --}}
{{-- PayTR merchant Salt Key --}}
{{-- PayTR Callback URL --}}
{{-- PayTR Failure URL --}}
@endif {{-- Xendit --}} @if ($gateway_details->payment_gateway_id == '278523098674') {{-- Xendit Secret Key --}}
@endif {{-- Cashfree Settings --}} @if ($gateway_details->payment_gateway_id == '278523098675') {{-- Cashfree Settings --}}
{{-- Cashfree API ID --}}
{{-- Cashfree Secret Key --}}
@endif {{-- Iyzipay Settings --}} @if ($gateway_details->payment_gateway_id == '278523098676') {{-- Iyzipay Settings --}}
{{-- Iyzipay Secret Key --}}
@endif {{-- Offline (Bank Transfer) Settings --}} @if ($gateway_details->payment_gateway_id == '659644107y2g5') {{-- Offline (Bank Transfer) Settings --}}
@endif
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection