@extends('admin.layouts.master') @section('title', 'Manual Payment Gateway - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Manual Payment Gateway') }} @endslot @slot('menu1') {{ __('Manual Payment') }} @endslot @slot('button')
@can('payment-setting.manual-payment.delete') @endcan @can('payment-setting.manual-payment.create') {{ __('Add') }} @endcan
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Manual Payment Gateway') }}
@foreach($payments as $payment) @endforeach
# {{ __('Payment Gateway Name') }} {{ __('Status') }} {{ __('Action') }}
1 {{$payment->name}}


@endsection @section('script') @endsection