@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)
@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($product->variant_option)
@endif
@if($product->in_stock == 1)
@else
{{trans('file.Out of stock')}}
@endif
SKU : {{$product->code}}
{{trans('file.Tags')}} : {{$product->tags}}
{{trans('file.Share')}}