@if (clean($title))

{!! BaseHelper::clean($title) !!}

@if ($subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@endif
@if ($brands->count() > 0)
@foreach($brands as $brand) @endforeach
@endif