@extends('admin.layout') @section('page-title', 'Hold Accounts') @section('content')
Total Balance
${{ number_format($totalBalance, 2) }}
| Payment Method | Balance | Description | Status | Actions |
|---|---|---|---|---|
| {{ $holdAccount->paymentMethod->name ?? 'N/A' }} | ${{ number_format($holdAccount->balance, 2) }} | {{ $holdAccount->description ?? 'N/A' }} | {{ $holdAccount->is_active ? 'Active' : 'Inactive' }} | Deposit Transactions View Edit |
| No hold accounts found | ||||