@include("_particles.post.schema_tags")
@if($post->approve == 'draft')
{{ trans('updates.thisdraftpost') }}
@endif @include('_particles.post.categories')
@include("_particles.post.title")
@include("_particles.post.action_buttons") @include("_particles.post.description") @include("_particles.post.featured_image")
@include("_particles.post.share_icons", ["show_views" => true])
@include('_particles.widget.ads', ['position' => 'PostShareBw', 'width' => '788', 'height' => 'auto'])
@include("_particles.post.entries")
@include("_particles.post.tags") @include('_particles.widget.ads', ['position' => 'PostBelow', 'width' => '788', 'height' => 'auto']) @include("_particles.post.author_box", ['user' => $post->user]) @include("_particles.post.reactions") @include("_particles.post.related_posts") @include("_particles.post.comments")