@if($entity->hasDiscount())
{{$entity->displayprice}}
{{$entity->discountedPrice()}}
@else
{{$entity->displayprice}}
@endif
{{$entity->kg}} Kilogram
{{$entity->inStock() ? 'In Stock' : 'Ouf of Stock' }}
{{$entity->description}}
@if($entity->inStock())