@if (isset($post)) @include('social-media::components.post.post-content', [ 'post' => $post, 'prev_post_id' => $post->prev_post_id ?? null, 'next_post_id' => $next_post_id ?? null, ]) @else

@lang('404 Not Found')

@endif