sorting

{{ ShowLabelById(84, $lang_id) }}

{{-- {{ dd($filters_elements) }}--}}

{{ ShowLabelById(87, $lang_id) }}

{{ ShowLabelById(46, $lang_id) }}

{{ ShowLabelById(6, $lang_id) }}

@if(!empty($goods_items_list) && count($goods_items_list)) @foreach($goods_items_list as $one_goods_item)
@include('front.templates.product-template', ['one_goods_item' => $one_goods_item])
@endforeach @else
Empty list

{{ ShowLabelById(291, $lang_id) }}

@endif
@if(!empty(showSettingBodyByAlias('description-for-gifts-page', $lang_id)) && (is_null(request()->get('page')) || request()->get('page') == 1))
{!! showSettingBodyByAlias('description-for-gifts-page', $lang_id) !!}
@endif