Our Projects

Transforming Agriculture
Through Innovative Field Projects

At Agricare, we implement impactful agri-pharma projects
focused on improving crop productivity, enhancing soil fertility, and promoting
sustainable farming practices for long-term growth.

@foreach($projects as $project) @if($loop->iteration <= 2)
@if ($project->featuredImage && $project->featuredImage->getUrl()) {{ $project->featuredImage->alt_text ?? $project->name }} @endif

{{ $project->name }}

{{ $project->short_description }}

@else
@if ($project->featuredImage && $project->featuredImage->getUrl('thumb')) {{ $project->featuredImage->alt_text ?? $project->name }} @endif

{{ $project->name }}

{{ $project->short_description }}

@endif @endforeach