{{ $data['section_title'][app()->getLocale()] ?? '' }}

@foreach($posts as $post)
@if($post['image_url'])
@endif

{{ $post['title'] }}

@if (isset($data['display_rating']) && $data['display_rating'] == 1)
@endif @if (isset($data['display_category']) && $data['display_category'] == 1 && $post['category']) @endif {{--

I recently had the enviable task of reading nearly every story Richard Matheson ever …

--}}
@endforeach
{{--
--}}