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

{{ translate('deal_of_the_day') }}

@else @if(isset($recommendedProduct))

{{ translate('recommended_product') }}

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