@extends('layouts.app') @section('title', 'Apex Crop Care | Insecticide') @section('meta_description', 'Explore Apex Crop Care Insecticide products including EMA-5, Apro 50, Faster, and Fipro T.') @section('og_title', 'Apex Crop Care | Insecticide') @section('content')
Product Category

Insecticide

Advanced solutions to protect crops from insect pests.

@component('components.product-card', [ 'name' => 'EMA-5', 'technicalName' => 'Emamectin Benzoate 5% SG', 'packing' => '1 kg, 500 gm, 250 gm, 100 gm', 'category' => 'Insecticide', 'image' => \App\Support\ProductData::imageFor('EMA-5'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Apro 50', 'technicalName' => 'Profenophos 50% EC', 'packing' => '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Insecticide', 'image' => \App\Support\ProductData::imageFor('Apro 50'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Faster', 'technicalName' => 'Thiamethoxam 12.6% + Lambda Cyhalothrin 9.5% ZC', 'packing' => '1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Insecticide', 'image' => \App\Support\ProductData::imageFor('Faster'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Fipro T', 'technicalName' => 'Fipronil 4% + Thiamethoxam 4% SC', 'packing' => '1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Insecticide', 'image' => \App\Support\ProductData::imageFor('Fipro T'), ]) @endcomponent

Product Specifications

@foreach([ ['EMA-5', 'Emamectin Benzoate 5% SG', '1 kg, 500 gm, 250 gm, 100 gm'], ['Apro 50', 'Profenophos 50% EC', '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml'], ['Faster', 'Thiamethoxam 12.6% + Lambda Cyhalothrin 9.5% ZC', '1 Liter, 500 ml, 250 ml, 100 ml'], ['Fipro T', 'Fipronil 4% + Thiamethoxam 4% SC', '1 Liter, 500 ml, 250 ml, 100 ml'], ] as $row) @endforeach
Brand Name Technical Name Packing
{{ $row[0] }} {{ $row[1] }} {{ $row[2] }}
@endsection