Payment Gateway update a payment gateway
@php $image = $paymentGateway->gatewayPicture()->first(); $imagePath = $image ? asset('storage/' . $image->path) : asset('images/user.png'); @endphp
@csrf
@php $config = json_decode($paymentGateway->config ?? '{}', true); @endphp

{{ __('Update') }}