@if ($product['offerprice'] != 0 && $product['offerprice'] != '0.00')
@if ($product['stock'] == 0)
{{ __('staticwords.Outofstock') }}
@elseif ($product['selling_start_at'] && $product['selling_start_at'] >= $date)
{{ __('staticwords.ComingSoon') }}
@endif
@if ($product['featured'] == 1)
{{ __('staticwords.Hot') }}
@elseif ($product['offerprice'] != 0)
{{ __('staticwords.Sale') }}
@else
{{ __('staticwords.New') }}
@endif
@if ($product['rating'] != 0)
@else
No Rating
@endif
@if ($product['offerprice'] == 0 || $product['offerprice'] == '0.00')
@if (in_array($product['position'], ['rs', 'r']))
@endif
{{ $product['mainprice'] }}
@if (in_array($product['position'], ['l', 'ls']))
@endif
@else
@if (in_array($product['position'], ['l', 'ls']))
@endif
{{ $product['offerprice'] }}
@if (in_array($product['position'], ['r', 'rs']))
@endif
@if (in_array($product['position'], ['l', 'ls']))
@endif
{{ $product['mainprice'] }}
@if (in_array($product['position'], ['r', 'rs']))
@endif
@endif
@if (!($product['stock'] != 0 && $product['selling_start_at'] && $product['selling_start_at'] >= $date))