@if($post->layout == 'style_3')
@include('site.pages.article.partials.detail_image')
@endif
@if($post->layout =='default')
@include('site.pages.article.style_1')
@elseif($post->layout == 'style_2')
@include('site.pages.article.style_2')
@elseif($post->layout == 'style_3')
@include('site.pages.article.style_3')
@endif
@if($post->tags!=null)
{{ __('tags') }}
@if(!blank($tags = explode(',', $post->tags)))
@foreach($tags as $tag)
{{ $tag }}
@endforeach
@endif
{{ __('comment') }} / {{ __('reply_from') }}
{{ __('related_post') }}
@foreach($relatedPost as $item)
@endforeach
@if($item->post_type=="video")
@elseif($item->post_type=="audio")
@endif
-
@isset($post->category->category_name)
- {{ $post->category->category_name }} @endisset
{!! $item->title ?? '' !!}
{{--{!! \Illuminate\Support\Str::limit($item->content ?? '', 40) !!}
--}}
@include('site.partials.right_sidebar_widgets')
title !!}>
@else
title !!}>
@endif
{{ __('comments') }}