@foreach($items as $item)
@php
$product=$item->product;
$data=getProductInfo($product);
@endphp
{{ $product->category_name}}
{{ $product->name}}
@if($data['discount_amount'] >0)
${{ $product->sell_price}}
@endif
${{ $data['price']}}
@endforeach
{!! urldecode(str_replace("/?","?",$items->appends(Request::all())->render())) !!}