@lang('front.products') ({{$products->total()}})
@if($products->count()>0) @foreach($products as $getProduct)
@if(@$getProduct->discount != 0) {{@$getProduct->discount}}% @endif
{{$getProduct->item_name}}

{{$getProduct->item_name}}

@if(@$getProduct->discount != 0) {{@$getProduct->price_after_discount}} @else {{@$getProduct->price}} @endif {{trans('front.KD')}}

@if(@$getProduct->discount != 0)
{{@$getProduct->price}} {{$getProduct->discount}} % @endif
@endforeach @else {{trans('front.NoDataProduct')}} @endif
    @if($products->count()>0)
    {{$products->appends(\Request::except('_token'))->render()}}
    @endif