@extends('layouts.app') @section('title', 'Apex Crop Care | Growth Promoter') @section('meta_description', 'Explore Apex Crop Care Growth Promoter products including Power-XL, Power Humas, and Power Zyme.') @section('og_title', 'Apex Crop Care | Growth Promoter') @section('content')
Product Category

Growth Promoter

Products designed to enhance crop growth and development.

@component('components.product-card', [ 'name' => 'Power-XL', 'technicalName' => 'Gibberellic Acid 0.001% L', 'packing' => '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml', 'category' => 'Growth Promoter', 'image' => \App\Support\ProductData::imageFor('Power-XL'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Power Humas', 'technicalName' => null, 'packing' => '250 ml, 100 ml, 50 ml', 'category' => 'Growth Promoter', 'image' => \App\Support\ProductData::imageFor('Power Humas'), ]) @endcomponent @component('components.product-card', [ 'name' => 'Power Zyme', 'technicalName' => null, 'packing' => '1 kg, 500 gm, 250 gm, 100 gm', 'category' => 'Growth Promoter', 'image' => \App\Support\ProductData::imageFor('Power Zyme'), ]) @endcomponent

Product Specifications

@foreach([ ['Power-XL', 'Gibberellic Acid 0.001% L', '5 Liter, 1 Liter, 500 ml, 250 ml, 100 ml'], ['Power Humas', '—', '250 ml, 100 ml, 50 ml'], ['Power Zyme', '—', '1 kg, 500 gm, 250 gm, 100 gm'], ] as $row) @endforeach
Brand Name Technical Name Packing
{{ $row[0] }} {{ $row[1] }} {{ $row[2] }}
@endsection