@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Payment Gateways'), 'buttons'=>[ [ 'name'=>' '.__('Create A Manual Gateway'), 'url'=>route('admin.gateways.create'), ] ]]) @endsection @section('content')