@if(isset($product))
@if(isset($dealOfTheDay->product))

{{ translate('deal_of_the_day') }}

@elseif (isset($recommendedProduct->discount_type))

{{ translate('recommended_product') }}

@endif

{{ translate('latest_products')}}

@foreach($latestProductsList as $product)
@include('web-views.partials._inline-single-product',['product'=>$product,'decimal_point_settings'=>$decimal_point_settings])
@endforeach
@endif