@if($posts->isNotEmpty())
{{$page->h1}}
@foreach($posts as $post)
@include('front.templates.pagination',['paginator'=>$posts])
@else
@include('front.templates.post-card')
@endforeach