@if($products)
@foreach( $products as $product )
@php
$subject = json_decode( $product->subject )
@endphp
@endforeach
@endif
@if ($products->lastPage() > 1)
@endif
@if ($product->label == 'SALE')
Sale
@endif
@if ($product->label == 'HOT')
Hot
@endif
@if ($product->label == 'NEW')
New
@endif
@if( $product->product_images )
@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
{!! objectName( $product->short_description) !!}
@include('frontend.products.inc-category-sidebar')