@if($item->product->category)
{{ $item->product->category->name }}
@endif
@if($item->product->is_on_sale)
-{{ $item->product->discount_percentage }}%
@endif
KSh {{ number_format($item->product->effective_price, 2) }}
@if($item->product->is_on_sale)
KSh {{ number_format($item->product->price, 2) }}
@endif
@if($item->product->requires_installation)
@endif