@extends('admin.layout') @section('page-title', 'Payment Methods') @section('content')
| Name | Description | Status | Actions |
|---|---|---|---|
| {{ $method->name }} | {{ $method->description ?? 'N/A' }} | {{ $method->is_active ? 'Active' : 'Inactive' }} | Edit |
| No payment methods found | |||