@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($brands_group) && count($brands_group))
@foreach($brands_group as $brand_group_name => $brands) @if(!empty($brands) && count($brands))

{{ $brand_group_name }}

@endif @endforeach
@else
Empty list
{{ ShowLabelById(94) }}
@endif
@stop