Period: {{ \Carbon\Carbon::parse($fyStart)->format('d M Y') }} to {{ \Carbon\Carbon::parse($fyEnd)->format('d M Y') }}
Generated: {{ now()->format('d M Y') }}
| Revenue Account | Amount (₹) |
|---|---|
| {{ $row['account']->account_name }} | {{ number_format($row['balance'],2) }} |
| Total Revenue | ₹{{ number_format($data['revenue']['total'],2) }} |
| Expense Account | Amount (₹) |
|---|---|
| {{ $row['account']->account_name }} | {{ number_format($row['balance'],2) }} |
| Total Expenses | ₹{{ number_format($data['expense']['total'],2) }} |
Generated by {{ config('app.name') }} on {{ now()->format('d M Y H:i') }}