All Payment Methods
List of payment methods
{{--
--}}
Payment Methods
| # | Identity | Agent | Shop id | Last Updated | Status | Action |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$method->identity}} | {{$method->agent}} | {{$method->shop_id}} | {{$method->updated_at}} | {{$method->status}} |
@foreach ($payments as $key=> $method)
@endforeach