{{ trans('label.hot_item') }}

@if ($hot_items) @foreach ($hot_items as $product)
@if ($product->label == 'SALE') Sale @endif @if ($product->label == 'HOT') Hot @endif @if ($product->label == 'NEW') New @endif @if( $product->product_images ) {{ objectName( $product->subject ) }}_1 @endif
{{ objectName( $product->subject ) }}
฿{{ nb($product->price,2) }} @if( $product->discount > 0) ฿{{ nb($product->discount,2) }}
{{ nb(discount_of( $product->price,$product->discount),2) }}% Off
@endif
({{ review($product->id) }})
{!! objectName( $product->short_description) !!}
@endforeach @endif