@if ( $posts != null && count($posts) > 0 )
@foreach ($posts as $post)
@endforeach
@else
@include(get_view('components.errors.post-not-found'))
@endif
@if ( $post->image != null )
@endif
{{ $post->content->title ?? __('Blog') }}
{{ $post->content->description ?? '' }}
{{ __('Review') }}
{{ $posts->links() }}