@php $dateFormat = config('app.locale') == 'vi' ? 'd/m/Y' : 'M d, Y'; @endphp @extends($_layout . 'blog') @section('title', $page_title) @include($_lib . 'register-meta') {{-- @section('header.type', 'light') --}} @section('content') @if (!count($results))
{{scw_text('empty_list')}}
@else
@foreach ($results as $post)
{{ $post->title }} @if ($cate = $post->category) @endif

@if ($author = $post->author) @endif

{{ $post->title }}

@endforeach
{!! $results->links($_template . 'pagination') !!}
@endif @endsection