@if (count($posts) > 0) @foreach($posts as $post) {!! RvMedia::image($post->image, $post->name) !!} {!! BaseHelper::clean($post->name) !!} @if ($post->description) {{ $post->description }} @endif {{ Theme::formatDate($post->created_at) }} @if (class_exists($post->author_type) && $post->author) {{ $post->author->name }} @endif @endforeach