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

{{ShowLabelById(49)}}

@endif
@stop