@extends($_layout.'blog') @section('title', $page_title) @include($_lib.'register-meta') @section('page.header.show', 'breadcrumb') @section('content')

{{$page_title}}

@if (count($posts))
@foreach ($posts as $post)
{{$post->title}}
@if ($post->category)
{{$post->category->name}}
@endif

{{$post->title}}

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