@extends('layouts.app', ['page' => 'settings']) @section('title', __('messages.edit_payment_settings', ['payment_gateway' => ucfirst($gateway)])) @section('content')

{{ __('messages.edit_payment_settings', ['payment_gateway' => ucfirst($gateway)]) }}

@include('application.settings._aside', ['tab' => 'payment'])
@include('layouts._form_errors') @csrf @include('application.settings.payment.gateways.forms.'.$gateway)
@endsection