@extends('adminlte::page') @section('title', trans('adminlte::paymentgateways.title.edit')) @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')

@lang('adminlte::paymentgateways.header.edit')

@php $arrStatus = config('aps.status'); @endphp
@php $arrPaymentMode = config('aps.payment_mode'); @endphp
@endsection @section('js') {!! JsValidator::formRequest('App\Http\Requests\Admin\PaymentGatewayRequest', '#paymentgateway-form'); !!} @stop