@extends('layouts.app') @section('title', 'Apex Crop Care | Fungicide') @section('meta_description', 'Explore Apex Crop Care Fungicide products including Azotab-B and Cabmang.') @section('og_title', 'Apex Crop Care | Fungicide') @section('content')
Product Category

Fungicide

Solutions to protect crops from fungal diseases.

@component('components.product-card', [ 'name' => 'Azotab-B', 'technicalName' => 'Azoxystrobin 11% + Tebuconazole 18.3% ww SC', 'packing' => '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Fungicide', 'image' => \App\Support\ProductData::imageFor('Azotab-B'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Cabmang', 'technicalName' => 'Carbendazim 12% + Mancozeb 63% WP', 'packing' => '1 kg, 500 gm, 250 gm', 'category' => 'Fungicide', 'image' => \App\Support\ProductData::imageFor('Cabmang'), ]) @endcomponent

Product Specifications

@foreach([ ['Azotab-B', 'Azoxystrobin 11% + Tebuconazole 18.3% ww SC', '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml'], ['Cabmang', 'Carbendazim 12% + Mancozeb 63% WP', '1 kg, 500 gm, 250 gm'], ] as $row) @endforeach
Brand Name Technical Name Packing
{{ $row[0] }} {{ $row[1] }} {{ $row[2] }}
@endsection