@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
@if($product->qty > 0)
@else
{{trans('file.Out of stock')}}
@endif
@endif