@foreach($livestockGroups as $livestockGroup)
@endforeach
@foreach($equipmentGroups as $equipmentGroup)
@endforeach
@foreach($cropInvGroups as $cropInvGroup)
@endforeach
@foreach($equipmentInvGroups as $equipmentInvGroup)
@endforeach
@foreach($livestockInvGroups as $livestockInvGroup)
@endforeach
@if($livestockGroup->total_not_supplied === 0.00)
DELETE
@else
@endif
@if($equipmentGroup->total_not_supplied === 0.00)
DELETE
@else
@endif
@if($cropInvGroup->total_not_supplied === 0.00)
DELETE
@else
@endif
@if($equipmentInvGroup->total_not_supplied === 0.00)
DELETE
@else
@endif
@if($livestockInvGroup->total_not_supplied === 0.00)
DELETE
@else
@endif