@if (!empty($ads_item1))
@endif
@if (!empty($ads_item2))
@endif
@endif
{{ $post->title }}
{{ $post->user->name??'' }}
@foreach ($post->post_categories as $categories)
{{ $categories->category->name }}
@endforeach
{{ $post->date }}
{{ $post->view }}
{!! $post->description !!}
@foreach ($post->post_categories as $categories)
{{ $categories->category->name }}
@endforeach
@endif