@extends('layouts.app') @section('title', 'Apex Crop Care Products') @section('meta_description', 'Explore Apex Crop Care products - advanced fertilizers, pesticides, herbicides, fungicides, and plant growth regulators for modern agriculture.') @section('og_title', 'Apex Crop Care Products') @section('content')
Product Catalog

Our Products

A comprehensive range of agrochemical solutions for sustainable agriculture.

@component('components.category-card', [ 'title' => 'Growth Promoter', 'count' => 3, 'route' => route('products.growth-promoter'), 'icon' => '', 'description' => 'Boost crop growth and vitality' ]) @endcomponent @component('components.category-card', [ 'title' => 'Insecticide', 'count' => 4, 'route' => route('products.insecticide'), 'icon' => '', 'description' => 'Protect crops from harmful pests' ]) @endcomponent @component('components.category-card', [ 'title' => 'Herbicide', 'count' => 8, 'route' => route('products.herbicide'), 'icon' => '', 'description' => 'Effective weed management' ]) @endcomponent @component('components.category-card', [ 'title' => 'Fungicide', 'count' => 2, 'route' => route('products.fungicide'), 'icon' => '', 'description' => 'Protection against fungal diseases' ]) @endcomponent
@endsection