@extends('front.app',['attributes'=>'class=container--small']) @section('meta') @stop @section('container')
@if($posts->isNotEmpty())

{{$page->h1}}

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

{{ShowLabelById(26)}}

@endif
@endsection