{{translate(str_replace(['-', '_', '/'],' ',$data['data_from']))}} {{translate('products')}}

{{translate('Show_Product')}} :
{{translate('Categories')}}
@if ($categories->count() > 10)
@endif
@if($web_config['brand_setting'])
{{translate('Brands')}}
@if($activeBrands->count() > 10)
@endif
@endif
@include('theme-views.partials._products_review_partials', ['ratings'=>$ratings])
{{translate('price')}}
-
@php($decimal_point_settings = getWebConfig(name: 'decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])