@php Theme::set('section-name', $category->name) @endphp @if ($posts->isNotEmpty()) @foreach ($posts->loadMissing('author') as $post)
{{ RvMedia::image($post->image, $post->name, 'medium') }}

{{ $post->name }}

{{ $post->description }}

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

{{ __('There is no data to display!') }}

@endif