@include('site.header')
{{--

special offer

--}}

Trending Products

@foreach($featured_products as $row) @endforeach

Machinery Products

@foreach($machinery_products as $row) @endforeach

Electronics & Electrical Products

@foreach($electronic_products as $row) @endforeach

Automobile Products

@foreach($automobile_products as $row) @endforeach
{{--

special offer

--}}

New Arrivals

@foreach($new_products as $row) @endforeach
{{--

special offer

--}}

Trusted Products

@foreach($trusted_products as $row)
{{--
--}}
{{$row->name}}
{{-- {{$row->company->company_name??''}} --}} {{--

Rs {{$row->price??''}}

--}} {{-- --}}
@endforeach
{{--

special offer

--}}

Popular Categories

@foreach($categories as $row) @endforeach
@include('site.footer')