@if(($product->promotion == 1) && (($product->last_date > date('Y-m-d')) || !isset($product->last_date)))
-{{ round(($product->price - $product->promotion_price) / $product->price * 100) }}%
@endif
@if(isset($images))
@foreach($images as $image)
@if(file_exists(url("images/product/xlarge")))
@else
@endif
@endforeach
@foreach($images as $image)
@endforeach
@else

@endif
{{$category->name}}
{!! $product->name !!}
@if(($product->promotion == 1) && (($product->last_date > date('Y-m-d')) || !isset($product->last_date)))
{{$currency->symbol ?? $currency->code}}{{ $product->promotion_price }}
{{$currency->symbol ?? $currency->code}}{{ $product->price }}
@else
{{$currency->symbol ?? $currency->code}}{{ $product->price }}
@endif
@if(isset($product->short_description) && strlen($product->short_description) > 0)
{!! $product->short_description !!}
@endif
@if($product->variant_option)
@endif
@if($product->in_stock == 1)
@else
@if($product->qty > 0)
@else
{{trans('file.Out of stock')}}
@endif
@endif
SKU
@if(isset($product->tags))
{{trans('file.Tags')}}
@endif
{{trans('file.Share')}}
@if(isset($product->product_details) && strlen($product->product_details) > 0)