@extends('backend.layouts.app') @section('head') @endsection @section('content') @can('add_manual_payment_method')
{{translate('Add New Payment Method')}}
@endcan
{{translate('Manual Payment Method')}}
# {{ translate('heading')}} {{ translate('logo')}} {{ translate('Date')}} {{ translate('action') }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection