@if(!blank($posts))
@foreach($posts as $post)
@endforeach
@endif
@if($posts->count() != 0)
@if($post->post_type=="video")
@elseif($post->post_type=="audio")
@endif
-
@isset($post->category->category_name)
- {{ $post->category->category_name }} @endisset
{!! \Illuminate\Support\Str::limit($post->title, 65) !!}
{!! strip_tags(\Illuminate\Support\Str::limit($post->content, 120)) !!}
@include('site.partials.right_sidebar_widgets')
@else
@endif