@extends('backend.layouts.main') @section('title') {{ __('Payment gateway') }} {{ $payment_gateway->id }} :: {{ __('Edit') }} @endsection @section('content')
@csrf @method('PUT')
{{ __('credits') }}
{{ __('Amount of credits per 1 unit of the reference currency.') }}
{{ __('Back to all payment gateways') }}
@endsection @push('scripts') @endpush