@extends('master') @section('content') @include('admin.layout.breadcrumbs', [ 'title' => __('Setting'), ]) {{ __('Organizer Setting') }} @if (session('status')) {{ session('status') }} × @endif @if (session('Exception')) {{ session('Exception') }} × @endif {{ __('Payment Setting') }} {{ __('Payment settings include different payment gateway and which will display top the admin for the Settlement Payout. Local Payment (cash ) option will be shown to the admin by default. Only selected gateways will be visible.') }} {{ __('Change Setting') }} @csrf {{ __('Stripe') }} stripe == '1' ? 'checked' : '' }} value="1" class="custom-switch-input"> {{ __('Paypal') }} paypal == '1' ? 'checked' : '' }} value="1" class="custom-switch-input"> {{ __('Flutterwave') }} flutterwave == '1' ? 'checked' : '' }} value="1" class="custom-switch-input"> {{ __('Razorpay') }} razor == '1' ? 'checked' : '' }} value="1" class="custom-switch-input"> {{ __('Stripe secret key') }} @error('stripeSecretKey') {{ $message }} @enderror {{ __('Stripe public key') }} @error('stripePublicKey') {{ $message }} @enderror {{ __('Help') }} {{ __('Paypal Client ID') }} @error('paypalClientId') {{ $message }} @enderror {{ __('Paypal Secret key') }} @error('paypalSecret') {{ $message }} @enderror {{ __('Help') }} {{ __('Razorpay Publish key') }} @error('razorPublishKey') {{ $message }} @enderror {{ __('Razorpay Secret key') }} @error('razorSecretKey') {{ $message }} @enderror {{ __('Help') }} {{ __('Flutterwave public key') }} @error('ravePublicKey') {{ $message }} @enderror {{ __('Flutterwave secret key') }} @error('raveSecretKey') {{ $message }} @enderror {{ __('Help') }} {{ __('Save') }} `
{{ __('Payment settings include different payment gateway and which will display top the admin for the Settlement Payout. Local Payment (cash ) option will be shown to the admin by default. Only selected gateways will be visible.') }}