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

{{ translate('deal_of_the_day') }}

@else @if(isset($video) && $video->product)

{{ $video->product->name }}

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