Payment Methods
| S/N | Name | Type | Status | Date Created | Action |
|---|---|---|---|---|---|
| {{ $counter }} | {{ $item->name }} | {{ Str::ucfirst($item->type) }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} |
@if($item->status == 'enable')
@else
@endif
|