@extends('layouts.app') @section('title', 'Apex Crop Care | Herbicide') @section('meta_description', 'Explore Apex Crop Care Herbicide products including Quizal, PMET, Duster, 2-4 D, Pen 30, As Power, Aftra K, and A-Metri 70.') @section('og_title', 'Apex Crop Care | Herbicide') @section('content')
Product Category

Herbicide

Effective solutions for weed management in agriculture.

@component('components.product-card', [ 'name' => 'Quizal', 'technicalName' => 'Quizalofop Ethyl 10% EC', 'packing' => '1 Liter, 500 ml, 250 ml', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('Quizal'), ]) @endcomponent @component('components.product-card', [ 'name' => 'PMET', 'technicalName' => 'Pendimethalin 35% + Metribuzin 3.5% SE', 'packing' => '1 Liter, 500 ml', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('PMET'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Duster', 'technicalName' => 'Glyphosate 41% SL', 'packing' => '1 Liter, 500 ml', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('Duster'), ]) @endcomponent @component('components.product-card', [ 'name' => '2-4 D', 'technicalName' => '2,4 -D Amine Salt 58% SL', 'packing' => '20 Liter, 5 Liter, 1 Liter, 500 ml', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('2-4 D'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Pen 30', 'technicalName' => 'Pendimethalin 30 % EC', 'packing' => '1 Liter', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('Pen 30'), ]) @endcomponent @component('components.product-card', [ 'name' => 'As Power', 'technicalName' => 'Glufosinate Ammonium 13.5 % w/w SL', 'packing' => '1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('As Power'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Aftra K', 'technicalName' => 'Atrazine 50% WP', 'packing' => '1 kg, 500 gm, 250 gm', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('Aftra K'), ]) @endcomponent @component('components.product-card', [ 'name' => 'A-Metri 70', 'technicalName' => 'Metribuzin 70% WP', 'packing' => '1 kg, 500 gm, 250 gm, 100 gm', 'category' => 'Herbicide', 'image' => \App\Support\ProductData::imageFor('A-Metri 70'), ]) @endcomponent

Product Specifications

@foreach([ ['Quizal', 'Quizalofop Ethyl 10% EC', '1 Liter, 500 ml, 250 ml'], ['PMET', 'Pendimethalin 35% + Metribuzin 3.5% SE', '1 Liter, 500 ml'], ['Duster', 'Glyphosate 41% SL', '1 Liter, 500 ml'], ['2-4 D', '2,4 -D Amine Salt 58% SL', '20 Liter, 5 Liter, 1 Liter, 500 ml'], ['Pen 30', 'Pendimethalin 30 % EC', '1 Liter'], ['As Power', 'Glufosinate Ammonium 13.5 % w/w SL', '1 Liter, 500 ml, 250 ml, 100 ml'], ['Aftra K', 'Atrazine 50% WP', '1 kg, 500 gm, 250 gm'], ['A-Metri 70', 'Metribuzin 70% WP', '1 kg, 500 gm, 250 gm, 100 gm'], ] as $row) @endforeach
Brand Name Technical Name Packing
{{ $row[0] }} {{ $row[1] }} {{ $row[2] }}
@endsection