@lang('front.products') ({{$products->total()}})
@if($products->count()>0)
@foreach($products as $getProduct)
@endforeach
@else
{{trans('front.NoDataProduct')}}
@endif
@if(@$getProduct->getPriceOfProduct()['discount'] != 0)
{{@$getProduct->getPriceOfProduct()['discount']}}%
@endif
{{@$getProduct->price}} {{$getProduct->discount}} % @endif
{{$getProduct->name}}
{{@$getProduct->price_after_discount}} @lang('LE')
@if(@$getProduct->discount != 0){{@$getProduct->price}} {{$getProduct->discount}} % @endif
-
@if($products->count()>0)
{{$products->appends(\Request::except('_token'))->render()}}