@if ($posts->isNotEmpty()) @foreach ($posts as $post)
{{ RvMedia::image($post->image, $post->name, 'medium') }}

{{ $post->name }}

{{ $post->description }}

@endforeach
{!! $posts->withQueryString()->links() !!}
@endif