@extends('frontend.layouts.app') @section('content')
@foreach($items as $item) @if($item->product) | @endif @endforeach |
---|---|
{{translate('Price')}} | @foreach($items as $item) @if($item->product){{short_amount($item->product->stock->first()->price)}} | @endif @endforeach
{{translate('Discount Price')}} | @foreach($items as $item) @if($item->product){{short_amount(cal_discount($item->product->discount_percentage,$item->product->stock->first()->price))}} | @endif @endforeach
{{translate('Ratings')}} | @foreach($items as $item) @if($item->product)
@php echo show_ratings($item->product->review->avg('ratings')) @endphp
|
@endif
@endforeach
{{translate('Short Description')}} | @foreach($items as $item) @if($item->product)@php echo $item->product->short_description @endphp | @endif @endforeach
@foreach($items as $item) @if($item->product) | @php $randNum = rand(6666,10000000); $randNum = $randNum."compare".$randNum; @endphp | @endif @endforeach