{!! apply_filters('ads_render', null, 'blog_list_before') !!}
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name) }} {{ Theme::formatDate($post->created_at) }}
{!! BaseHelper::clean($post->name) !!}
@if($post->description)

{!! BaseHelper::clean(Str::limit($post->description)) !!}

@endif {{ __('Read More') }}
@endforeach {{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}
{!! apply_filters('ads_render', null, 'blog_list_after') !!}