@extends('frontend.app') @section('content')

Combo Offer

@foreach($items as $item) @php $product=$item->product; $data=getProductInfo($product); @endphp
Product
{{ $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())) !!}

@endsection @push('js') @endpush