@foreach(array_chunk($tag->posts->all(), 3)[0] as $post)
{{ link_to_route('blog.show', ucwords($post->title),
$post->slug, ['class' => "tagged-post"]) }}
@endforeach
{{ link_to_route("blog.tag", "More posts marked {$tag->tag}...",
$tag->$tag, array('class' => 'tag-link')) }}