@extends('front.app') @section('meta') @stop @section('container')

{{$page->h1_title}}

@if($brands->isNotEmpty())
@foreach($brands as $brand) {{$brand->name}} @endforeach
@else

{{ShowLabelById(227)}}

@endif
@stop