Health: Vaccinations

@if($farms->isEmpty())
You do not have farm access yet. Ask admin to assign at least one farm.
@endif
@csrf

If batch list is empty, create batches first in Batches.

@foreach($vaccinations as $v) @endforeach
DateFarmBatchVaccineStatus
{{ $v->scheduled_on?->format('Y-m-d') }}{{ $v->farm?->name }}{{ $v->batch?->name }}{{ $v->vaccine_name }}{{ $v->status }}
Edit vaccination {{ $v->id }}
@csrf @method('PATCH')
@csrf @method('DELETE')
{{ $vaccinations->links() }}