@if ($title = $shortcode->title)

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

@endif @if (count($counters) > 0)
@foreach($counters as $counter) @if ($counter['name'] && $counter['number'])

{{ $counter['number'] }}+

{{ $counter['name'] }}

@endif @endforeach
@endif
@if (count($brands) > 0)
    @foreach ($brands as $brand) @continue(! $brand['image'])
  • @if ($brand['url']) {{ $brand['title'] }} @else {{ $brand['title'] }} @endif
  • @endforeach
@endif