@if(isset($posts) && $posts->isNotEmpty())
@foreach($posts as $post)
@include('front.templates.post-template')
@endforeach
@include('front.templates.pagination',['paginator'=>$posts])
@else