{{ $item->name }}
Special Price UGX {{ is_null($item->discounted_rate) ? number_format($item->rate) : number_format($item->discounted_rate) }}
@if(!is_null($item->discounted_rate))Regular Price: UGX {{ number_format($item->rate) }}
@endifQuick Overview
{{ $item->overview }}
{{ $item->description }}
Customer Reviews
@foreach($item->reviews as $review)
{{ $review->review }}
@endforeach