@if ($title = Arr::get($config, 'title'))
{!! BaseHelper::clean($title) !!}
@endif @foreach ($posts as $post)
@if ($image = $post->image)
getMetaData('score', true))) style="--score: '{{ $score }}'"@endif > {{ RvMedia::image($image, $post->name, attributes: ['class' => 'img-hover scored-card-image']) }} @if (echo_is_video_post($post)) @elseif (echo_is_audio_post($post)) @endif
@endif

{{ '0' . $loop->index + 1 }}

{{ $post->name }}
{!! Theme::partial('post-meta', compact('post')) !!}
@endforeach