@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'rounded-3 w-100 w-md-auto h-100']) }}
@if($post->firstCategory) {{ $post->firstCategory->name }} @endif
{{ $post->name }}

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

{{ __('Learn More') }}
@endforeach @if($posts->hasPages())
{{ $posts->links(Theme::getThemeNamespace('partials.pagination')) }}
@endif