@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