{{-- Chemical Pesticides --}}
@if(!empty($anomalyData['chemical_pesticide'])) @foreach($anomalyData['chemical_pesticide'] as $item) @endforeach @else @endif
Chemical Pesticide Anomaly
{{ $item->pesticide_name }} {{ $item->anomaly_count }}
No Data Available
{{-- Organic Pesticides --}}
@if(!empty($anomalyData['organic_pesticide'])) @foreach($anomalyData['organic_pesticide'] as $item) @endforeach @else @endif
Organic Pesticide Anomaly
{{ $item->pesticide_name }} {{ $item->anomaly_count }}
No Data Available