@if(!empty($brands_group) && count($brands_group))
@else
@endif
- {{ ShowLabelById(96) }} @foreach($brands_group as $brand_group_name => $brands)
- {{ $brand_group_name }} @endforeach
@foreach($brands_group as $brand_group_name => $brands)
@if(!empty($brands) && count($brands))
@endif
@endforeach
{{ $brand_group_name }}
-
@foreach($brands as $one_brand)
- {{ $one_brand->name }} @endforeach
{{ ShowLabelById(94) }}