@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