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

{{$getProduct->name}}

{{@$getProduct->price_after_discount}} @lang('LE')

@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