@extends('layouts.app') @section('title', 'Payments Methods List') @section('content')
| # | Name | Code | Description | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $method->name }} | {{ $method->code }} | {{ $method->description ?? '-' }} |
|
| No payment methods found. | ||||