@extends('front.app') @section('meta') @stop @section('container')
@if($brand->oImage && $brand->oImage->img) @else

{{ $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
Empty list
{{ ShowLabelById(94) }}
@endif
@stop