@php $rows = $posts->chunk(4); @endphp
@if ($title = $shortcode->title)

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

@endif
@foreach($rows as $posts)
@if ($firstPost = $posts->first()) @endif @if ($posts = $posts->skip(1))
@foreach($posts as $post) @endforeach
@endif
@endforeach