@if($ps->hot_sale == 1)
@foreach($hot_products as $prod) @include('includes.product.list-product') @endforeach
@foreach($latest_products as $prod) @include('includes.product.list-product') @endforeach
@foreach($trending_products as $prod) @include('includes.product.list-product') @endforeach
@foreach($sale_products as $prod) @include('includes.product.list-product') @endforeach
@endif @if($ps->best == 1)

{{ $langg->lang27 }}

@foreach($best_products as $prod) @include('includes.product.home-product') @endforeach
@endif @if($ps->flash_deal == 1)

{{ $langg->lang244 }}

@foreach($discount_products as $prod) @include('includes.product.flash-product') @endforeach
@endif @if($ps->large_banner == 1) @endif @if($ps->top_rated == 1)

{{ $langg->lang28 }}

@foreach($top_products as $prod) @include('includes.product.top-product') @endforeach
@endif @if($ps->bottom_small == 1) @endif @if($ps->big == 1)

{{ $langg->lang29 }}

@foreach($big_products as $prod) @include('includes.product.home-product') @endforeach
@endif @if($ps->partners == 1)

{{ $langg->lang236 }}

@foreach($partners->chunk(2) as $partner)
@foreach($partner as $data) @endforeach
@endforeach
@endif