@if ( count($category->posts) > 0 )
@foreach ($category->posts as $post)
@include(get_view('components.posts.horizontal'), ['post' => $post])
@endforeach
@else
Hiç paylaşım bulunamadı.
@endif