@extends('layouts.app') @section('title', 'Payment Methods') @section('content')
| ID | Name | Description | Status | Created At | Actions |
|---|---|---|---|---|---|
| {{ $paymentMethod->id }} | {{ $paymentMethod->name }} | @if($paymentMethod->description) {{ Str::limit($paymentMethod->description, 50) }} @else No description @endif | @if($paymentMethod->is_active) Active @else Inactive @endif | {{ $paymentMethod->created_at->format('M d, Y') }} |