@if (clean($title))

{!! clean($title) !!}

@if ($subtitle)

{!! clean($subtitle) !!}

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