{!! $translation->content !!}
@if(!empty($near_post))
@foreach($near_post as $post)
@php $translation = $post->translateOrOrigin(app()->getLocale()); @endphp
@if($post->id < $row->id)
@endif
{{--Reviews--}}
@if(setting_item('news_enable_review'))
@php $review_score = $row->review_data @endphp
{{ __('Previous Post') }}
@endif
@if($post->id > $row->id)
@endif
@endforeach
{{ $translation->title ?? '' }}
@include('Review::frontend.form')
@endif