@extends(Theme::getThemeNamespace('partials.shortcodes.featured-posts.layout')) @section('content')
@foreach($posts as $post) @if ($loop->index < 2) @endif @endforeach
@foreach ($posts->skip(2) as $post)
! $loop->last])>
{{ RvMedia::image($post->image, $post->name, 'medium') }}
{{ Theme::formatDate($post->created_at) }}

{!! BaseHelper::clean($post->name) !!}

@endforeach
@stop