@extends('layouts.admin', ['heading' => 'Wallet Ledger']) @section('content')
| Date | Type | Direction | Amount | Opening | Closing | Reference |
|---|---|---|---|---|---|---|
| {{ optional($txn->transacted_at)->format('Y-m-d H:i') }} | {{ $txn->wallet_type }} | {{ $txn->direction }} | {{ number_format((float) $txn->amount, 2) }} | {{ number_format((float) $txn->opening_balance, 2) }} | {{ number_format((float) $txn->closing_balance, 2) }} | {{ $txn->display_reference ?? $txn->reference }} |
| No transactions found. | ||||||
| Date | Gross | Capped | Net |
|---|---|---|---|
| {{ optional($row->run_date)->format('Y-m-d') }} | {{ number_format((float) $row->gross_income, 2) }} | {{ number_format((float) $row->capping_deduction, 2) }} | {{ number_format((float) $row->net_income, 2) }} |
| No joining capping records. | |||
| Date | Gross | Capped | Net |
|---|---|---|---|
| {{ optional($row->run_date)->format('Y-m-d') }} | {{ number_format((float) $row->gross_income, 2) }} | {{ number_format((float) $row->capping_deduction, 2) }} | {{ number_format((float) $row->net_income, 2) }} |
| No repurchase capping records. | |||