Batches

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

If Branch or House appears empty, create them first in Branches and Houses.

@foreach($batches as $batch)

{{ $batch->name }}

{{ $batch->farm?->name }} ยท {{ $batch->purpose }}

{{ $batch->status }}

Current

{{ $batch->current_count }}

Start Date

{{ optional($batch->start_date)->format('Y-m-d') }}

Daily
@csrf @method('DELETE')
Edit {{ $batch->name }}
@csrf @method('PATCH')
@endforeach