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