@extends('layouts.admin') @section('title', __('Payment Methods')) @section('page-title', __('Payment Methods')) @section('content')
@csrf
{{ __('Provider') }} {{ __('Enabled') }} {{ __('Configuration') }}
{{ __('Stripe') }}
{{ __('PayPal') }}
{{ __('Razorpay') }}
{{ __('Paystack') }}
{{ __('Flutterwave') }}
{{ __('Manual') }}
@php $manualQrPath = old('providers.manual.qr_image_path', data_get($providers, 'manual.qr_image_path')); @endphp @if(is_string($manualQrPath) && trim($manualQrPath) !== '')
{{ __('QR Code') }}
@endif
@admincan('admin.payment_methods.edit') {{ __('Save') }} @endadmincan
@endsection