@foreach($livestockGroups as $livestockGroup)
@endforeach
@foreach($cropInvGroups as $cropInvGroup)
@endforeach
@foreach($equipmentGroups as $equipmentGroup)
@endforeach
@foreach($equipmentInvGroups as $equipmentInvGroup)
@endforeach
@foreach($livestockInvGroups as $livestockInvGroup)
@endforeach
@if($livestockGroup->status === 'ASSIGNED')
@else
@endif
@if($cropInvGroup->status === 'ASSIGNED')
@else
@endif
@if($equipmentGroup->status === 'ASSIGNED')
@else
@endif
@if($equipmentInvGroup->status === 'ASSIGNED')
@else
@endif
@if($livestockInvGroup->status === 'ASSIGNED')
@else
@endif