@if($web_config['digital_product_setting'])
{{ translate('Product_Type') }}
@endif
{{translate('Categories')}}
@foreach($categories as $category)
-
{{$category['name']}}
@if ($category->childes->count() > 0)
@endif
@if ($category->childes->count() > 0)
@endif
@endforeach
@if ($categories->count() > 10)
@endif
@if($web_config['brand_setting'])
{{translate('Brands')}}
@foreach($activeBrands as $brand)
-
@endforeach
@if($activeBrands->count() > 10)
@endif
@endif
@if($web_config['digital_product_setting'] && count($web_config['publishing_houses']) > 0)
{{translate('Publishing_House')}}
@foreach($web_config['publishing_houses'] as $publishingHouseItem)
-
@endforeach
@if($web_config['digital_product_setting'] && count($web_config['publishing_houses']) > 10)
@endif
@endif
@if($web_config['digital_product_setting'] && count($web_config['digital_product_authors']) > 0)
{{ translate('authors') }}/{{ translate('Creator') }}/{{ translate('Artist') }}
@foreach($web_config['digital_product_authors'] as $productAuthor)
-
@endforeach
@if(count($web_config['digital_product_authors']) > 10)
@endif
@endif
@include('theme-views.partials._products_review_partials', ['ratings'=>$ratings])