{{ __('Egg Collections') }}

@if($farms->isEmpty())
You do not have any farm assigned yet. Ask admin to assign a farm before recording eggs.
@endif
@csrf

If batch/house looks empty, first create them in Batches and Houses.

@foreach($eggCollections as $row) @endforeach
DateFarmBatchTotalCracked
{{ $row->collected_on?->format('Y-m-d') }}{{ $row->farm?->name }}{{ $row->batch?->name }}{{ $row->qty_total }}{{ $row->qty_cracked }}
Edit entry {{ $row->id }}
@csrf @method('PATCH')
@csrf @method('DELETE')
{{ $eggCollections->links() }}