@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')
{{ __('Add') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Manual Payment Gateway') }}
@foreach($payments as $payment) @endforeach
# {{ __('Payment Gateway Name') }} {{ __('adminstaticword.Status') }} {{ __('adminstaticword.Action') }}
1 {{$payment->name}}


@endsection @section('script') @endsection