@extends('layouts.frontend') @section('content')
@include('layouts.template_parts.homeslider')

New Arrivals

Wholesalers, manufacturers, distributors

Weekly Deals

Buy goods in bulk

Best Sellers

100% authentic products

Support

Dedicated customer support

@if(count($dproducts)>4)
@endif
@if(count($aproducts)>0)
@foreach($aproducts as $aproduct) @endforeach
@endif @if(count($agriproducts)>0)
@foreach($agriproducts as $agriproduct) @endforeach
@endif @if(count($cloproducts)>0)
@foreach($cloproducts as $cloproduct) @endforeach
@endif @if(count($conproducts)>0)
@foreach($conproducts as $conproduct) @endforeach
@endif @if(count($icts)>0) @endif @if(count($manuproducts)>0)
@foreach($manuproducts as $manuproduct) @endforeach
@endif @if(count($furnitures)>0)
@foreach($furnitures as $furniture) @endforeach
@endif @if(count($fproducts)>0)
@foreach($fproducts as $fproduct) @endforeach
@endif @if(count($herbs)>0)
@foreach($herbs as $herb) @endforeach
@endif @if(count($services)>0)
@foreach($services as $service) @endforeach
@endif @if(count($manufacturingproducts )>0)
@foreach($manufacturingproducts as $manufacturingproduct) @endforeach
@endif @if(count($beautycares)>0)
@foreach($beautycares as $beautycare) @endforeach
@endif
@endsection('content')