@if($brand->oImage && $brand->oImage->img)
@else
@endif
{{ $brand->name }}
@endif @if($brand->body)
{!! $brand->body !!}
@endif
@if(!empty($brand_goods) && count($brand_goods))
@foreach($brand_goods as $one_goods)
@include('front.templates.goods-template')
@endforeach
@include('front.templates.pagination', ['paginator' => $brand_goods, 'new_url' => ''])
@else
{{ ShowLabelById(94) }}