@extends($_layout.'master') @include($_lib.'register-meta') @section('body')
{{$article->dateFormat('d/m/Y')}} / đăng bởi {{$article->getAuthor()->name}} @if ($article->category && $tree = $article->category->getTree()) / Danh mục: @foreach ($tree as $cate) {{$cate->name}} @endforeach @endif
Từ khóa: @foreach ($article->tags as $tag) {{$tag->name}}{{$loop->last?'':','}} @endforeach
@endif @include($_template.'share', [ 'link' => $article->getViewUrl(), 'title' => $article->title, 'description' => $article->getShortDesc(300), 'image' => $article->getFeatureImage(), ])