-
@foreach($data['product'] as $product)
-
@if(sizeof($product->prices) >0)
@if($product->prices[0]->discount_percent>0 and $product->prices[0]->time_discount==1 and $date < $product->prices[0]->end_date)
{{__('Special Sale')}}
@endif
@endif
{{$product->title}}
@if(sizeof($product->prices) >0) @else @endif@if(sizeof($product->prices) >0)@if(sizeof($product->prices) >0) @if($product->prices[0]->time_discount==1 and isset($settings['time_discount']) and $settings['time_discount']==1 and $date < $product->prices[0]->end_date) @endif @endif@if($product->prices[0]->discount_percent>0 and $product->prices[0]->time_discount==1 and $date < $product->prices[0]->end_date) {{$product->prices[0]->discount_percent}}% @endif @if($product->prices[0]->discount_percent>0 and $product->prices[0]->time_discount==1 and $date < $product->prices[0]->end_date) {{fnumber_format(PriceCalculation($product->prices[0]->price,$product->prices[0]->discount_percent))}} {{$prefix}} @else {{fnumber_format($product->prices[0]->price)}} {{$prefix}} @endif@else{{__('Call To Get The Price')}}@endif@if(isset($settings['quick_purchase']) and $settings['quick_purchase']==1)@if(isset($settings['quick_purchase']) and $settings['quick_purchase']==1){{__('Close')}}
@if(count($product->prices)>0)
@endforeach