| Batch | Total Records | Total Amount | Status | Date |
|---|---|---|---|---|
| {{ $batchInfo->batch_number }} | {{ $batchInfo->total_records }} | {{ $batchInfo->total_amount }} | {{ $batchInfo->status }} | {{ $batchInfo->created_at }} |
| # | Account Name | Account Provider | Account Number | Amount | Description | Message | Recurring | Date | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->account_name }} | {{ $row->accountProvider->name }} | {{ $row->account_number }} | {{ $row->amount }} | {{ $row->description }} | {{ $row->response }} | {{ $row->recurring ? 'Yes' : 'No' }} | {{ $row->created_at }} | @if ($row->status != 'success') @else {{ $row->status }} @endif |