@extends($_layout.'blog') @section('title', $page_title) @include($_lib.'register-meta') @section('page.header.show', 'breadcrumb') @php $u = $article->getViewUrl(); @endphp @section('content')
{{$article->title}}
@include($_template.'share', [ 'title' => $article->title, 'description' => $article->getShortDesc(300), 'url' => $u, 'image' => $article->getImage('social') ])
{{$article->dateFormat('d/m/Y')}}

{{$article->title}}

{!! $article->content !!}
{{-- @include($_template.'comments',[ 'comments' => [], 'ref' => $article->type, 'ref_id' => $article->id, 'url' => $u ]) --}}
@endsection