@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)
@endforeach
@else
Không tìm thấy kết quả phù hợp!
@endif
@endsection