As of {{ $trialBalanceData['reportDate'] }}
Generated on: {{ now()->format('M d, Y H:i') }}
| Account Name | Debit (TZS) | Credit (TZS) |
|---|---|---|
| {{ $accountName }} | {{ number_format($trialBalanceData['accounts']['debits'][$accountName] ?? 0, 2) }} | {{ number_format($trialBalanceData['accounts']['credits'][$accountName] ?? 0, 2) }} |
| No account balances found for the selected period. | ||
| Total | {{ number_format($trialBalanceData['totalDebits'], 2) }} | {{ number_format($trialBalanceData['totalCredits'], 2) }} |
Generated by: {{ Auth::user()->name ?? 'System' }}
Generated on: {{ now()->format('d/m/Y H:i') }}
© {{ date('Y') }} Camon Enterprises Limited. All rights reserved.