@extends($_layout . 'master') @section('title', $page_title) @include($_lib . 'register-meta') @section('body.class', 'post-page') @section('content')
@include($_template . 'page-header', [ 'title' => $page_title, 'sub_title' => isset($parent) && $parent ? $parent->title: null, ])
@if (count($pages))
@foreach ($pages as $post)

{{ $post->title }}

@if (isset($parent) && $parent) @endif
@endforeach
{{ $pages->links($_template . 'pagination') }}
@else
Không tìm thấy kết quả phù hợp!
@endif
@endsection