Poultry Farm Management System - Operations & Financial Overview (Last {{ $days ?? 30 }} days)
| Generated At | {{ now()->format('Y-m-d H:i:s') }} | Prepared By | {{ auth()->user()?->name ?? 'System' }} |
|
Active Batches
{{ number_format($batchSummary['active'] ?? 0) }}
|
Closed Batches
{{ number_format($batchSummary['closed'] ?? 0) }}
|
Total Income
{{ number_format($income, 2) }}
|
Net Position
{{ number_format($income - $expense, 2) }}
|
| Type | Amount |
|---|---|
| Total Income | {{ number_format($income, 2) }} |
| Total Expense | {{ number_format($expense, 2) }} |
| Net Profit / Loss | {{ number_format($income - $expense, 2) }} |
| Date | Total Eggs |
|---|---|
| {{ $row->d }} | {{ number_format($row->total) }} |
| No data available. | |