@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'])
@endsection