CAMON ENTERPRISES LIMITED
CAMON'S STATEMENT OF FINANCIAL POSITION

As of {{ $reportData['reportDate'] }}

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

---

GRAND TOTAL ASSETS

{{ number_format($reportData['assets']['current']['total'] + ($reportData['assets']['nonCurrent']['total'] ?? 0), 2) }} TZS

GRAND TOTAL LIABILITIES & EQUITY

{{ number_format($reportData['liabilities']['totalLiabilities'] + $reportData['equity']['totalEquity'], 2) }} TZS

@php $totalAssets = $reportData['assets']['current']['total'] + ($reportData['assets']['nonCurrent']['total'] ?? 0); $totalLiabilitiesAndEquity = $reportData['liabilities']['totalLiabilities'] + $reportData['equity']['totalEquity']; $isBalanced = (abs($totalAssets - $totalLiabilitiesAndEquity) < 0.01); @endphp

Generated by: {{ Auth::user()->name ?? 'System' }}

Generated on: {{ now()->format('d/m/Y H:i') }}

© {{ date('Y') }} Camon Enterprises Limited. All rights reserved.