PFMS Summary Report

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' }}
Key Performance Indicators
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) }}
Financial Summary
Type Amount
Total Income {{ number_format($income, 2) }}
Total Expense {{ number_format($expense, 2) }}
Net Profit / Loss {{ number_format($income - $expense, 2) }}
Recent Egg Output
@forelse($eggSummary as $row) @empty @endforelse
Date Total Eggs
{{ $row->d }} {{ number_format($row->total) }}
No data available.