Balance Sheet Report
Generated on {{ now()->format('d M Y, H:i A') }}
BALANCE SHEET
As at {{ \Carbon\Carbon::parse($asAt)->format('d M Y') }}
ASSETS
@forelse($bankAccounts as $account) @empty @endforelse @forelse($digitalAccounts as $account) @empty @endforelse
Cash in Hand {{ number_format($cashBalance, 2) }}
BANK ACCOUNTS
{{ $account['name'] }} {{ number_format($account['balance'], 2) }}
No bank accounts
Total Bank Balance {{ number_format($totalBankBalance, 2) }}
DIGITAL ACCOUNTS
{{ $account['name'] }} {{ number_format($account['balance'], 2) }}
No digital accounts
Total Digital Balance {{ number_format($totalDigitalBalance, 2) }}
Accounts Receivable {{ number_format($accountsReceivable, 2) }}
Inventory Value {{ number_format($inventoryValue, 2) }}
TOTAL ASSETS {{ number_format($totalAssets, 2) }}
LIABILITIES
Accounts Payable {{ number_format($accountsPayable, 2) }}
TOTAL LIABILITIES {{ number_format($totalLiabilities, 2) }}
EQUITY
Retained Earnings {{ number_format($retainedEarnings, 2) }}
TOTAL EQUITY {{ number_format($totalEquity, 2) }}
BALANCE VERIFICATION
Total Assets {{ number_format($totalAssets, 2) }}
Total Liabilities & Equity {{ number_format($totalLiabilitiesAndEquity, 2) }}
Status @if($totalAssets == $totalLiabilitiesAndEquity) ✓ BALANCED @else ✗ NOT BALANCED @endif

This is a computer-generated report. No signature required.

Report Generated on {{ now()->format('d M Y') }} at {{ now()->format('H:i A') }}