qty_available < 0) style="background: #ff1100;color: #fff;" @elseif($product->qty_available > 0) style="background: #008246;color: #fff;" @else style="background: #ffad46;color: #fff;" @endif>
@if($product->enable_stock)
@if($product->qty_available < 0)
-
@endif
{{ @num_format($product->qty_available) }}
{{$product->unit}}
@else
0.00 {{$product->unit}}
@endif
media) > 0)
style="background-image: url({{$product->media->first()->display_url}}); background-repeat: no-repeat; background-position: center; background-size: contain;"
@elseif(!empty($product->product_image))
style="background-image: url({{asset('/uploads/img/' . rawurlencode($product->product_image))}}); background-repeat: no-repeat; background-position: center; background-size: contain;"
@else
style="background-image: none; background-color: #ffffff; display: flex; align-items: center; justify-content: center;"
@endif>
@if(count($product->media) == 0 && empty($product->product_image))
@endif