{{ translate('Create Method') }}
{{ translate(ucfirst($method->slug) . ' Setting') }}
@csrf @if (isset($method)) @method('PUT') @endif
@if ($method->slug == 'paypal')
@endif @if ($method->slug == 'stripe')
@endif @if ($method->slug == 'razorpay')
@endif @if ($method->slug == 'paystack')
@endif {{-- PAYSTACK_PUBLIC_KEY=pk_test_4b1846ca234d7f4afef52108edd83fa5f8783bac PAYSTACK_SECRET_KEY=sk_test_f4962ee5001b525e99b83e1f8e4fcc90782f9d0d PAYSTACK_PAYMENT_URL=https://api.paystack.co MERCHANT_EMAIL=alam.csfs@gmail.com --}} @if ($method->slug == 'xendit')
@endif
@if (isset($method) && fileExists($folder = 'lms/payments', $fileName = $method->logo) == true && $method->logo != '')
@endif