Our Products

Innovative Solutions
for Crop Health & Growth

At Agricare, we offer a range of high-quality
agricultural products designed to enhance yield, improve soil health, and support
sustainable agriculture.

View All Products
@foreach($products as $product)
@if ($product->image && $product->image->getUrl('thumb')) {{ $product->image->alt_text ?? $product->name }} @endif
@php($primarySize = $product->sizes->first()) ₹ {{ $primarySize ? number_format((float) $primarySize->mrp, 2) : '0.00' }} NRS
{{ $product->sizes->count() }} size{{ $product->sizes->count() === 1 ? '' : 's' }} available
@endforeach