@if ($ps->best == 1)

{{ __('Best Seller') }}

@if ($ps->best_seller_banner or $ps->best_seller_banner1)
@else
@endif
@foreach ($best_products as $prod) @include('front.themes.theme-09.components.home-product') @endforeach
@if ($ps->best_seller_banner) @endif @if ($ps->best_seller_banner1) @endif
@endif @if ($ps->flash_deal == 1)

{{ __('Flash Deal') }}

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

{{ __('Top Rated') }}

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

{{ __('Big Save') }}

@if ($ps->big_save_banner or $ps->big_save_banner1)
@else
@endif
@foreach ($best_products as $prod) @include('front.themes.theme-09.components.home-product') @endforeach
@if ($ps->big_save_banner) @endif @if ($ps->big_save_banner1) @endif
@endif @if ($ps->hot_sale == 1)

{{ __('Hot') }}

@foreach ($hot_products as $prod)
    @include('includes.product.list-product')
@endforeach

{{ __('New') }}

@foreach ($latest_products as $prod)
    @include('includes.product.list-product')
@endforeach

{{ __('Trending') }}

@foreach ($trending_products as $prod)
    @include('includes.product.list-product')
@endforeach

{{ __('Sale') }}

@foreach ($sale_products as $prod)
    @include('includes.product.list-product')
@endforeach
@endif @if ($ps->review_blog == 1)
@foreach ($reviews as $review)

{{ $review->title }}

@if ($prod->previous_price != 0)

{{$scurrency->sign}}{{ $prod->previous_price }}

@endif

{{ $review->subtitle }}

{!! $review->details !!}

@endforeach
@foreach ($extra_blogs as $blogg)

{{ date('d', strtotime($blogg->created_at)) }}

{{ date('M', strtotime($blogg->created_at)) }}

@endforeach
@endif @if ($ps->partners == 1)

{{ __('Brands') }}

@foreach ($partners as $data) @endforeach
@endif