@extends('layouts.admin') @section('pageTitle',$paymentMethod->name) @section('innerTitle',$paymentMethod->name) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), route('admin.payment-gateways')=>__lang('payment-methods'), '#'=>__lang('edit') ]]) @endsection @section('content')
@csrf
@include($form,$settings)
is_global)==1) checked @endif >
@endsection @section('header') @endsection @section('footer') @include('admin.partials.image-browser') @endsection