@extends('admin.layouts.app') @section('container', 'dashboard-container-md') @section('section', d_trans('Settings')) @section('title', d_trans('Payment Gateways')) @section('header_title', d_trans('Edit Payment Gateway')) @section('back', route('admin.settings.payment-gateways.index')) @section('form', true) @section('content')
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection