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

{{translate('Show_Product')}} :
{{translate('Categories')}}
@php($categories=\App\CPU\CategoryManager::parents())
@if ($categories->count() > 10)
@endif
@if($web_config['brand_setting'])
@php($brands = \App\CPU\BrandManager::get_active_brands())
{{translate('Brands')}}
@if($brands->count() > 10)
@endif
@endif
@include('theme-views.partials._products_review_partials', ['ratings'=>$ratings])
{{translate('Price')}}
-
@php($decimal_point_settings = \App\CPU\Helpers::get_business_settings('decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])