@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Edit Gateway'), 'buttons'=>[ [ 'name'=>__('Back'), 'url'=>route('admin.gateways.index'), ] ]]) @endsection @section('content')
{{ __('Edit gateway information for accepting payment') }}