@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter') @extends('layouts.frontend') @section('title', $article->meta_title) @section('meta_description', $article->meta_description) @section('meta_keywords', $article->meta_keyword) @section('og_url', asset($_SERVER['REQUEST_URI'])) @section('og_title', $article->title) @section('og_description', $article->summary) @section('og_image', asset($article->pic)) @section('json-ld', Breadcrumbs::view('breadcrumbs::json-ld', 'news_post', $article->articleCategory->ac_name, $article->title, $article->ac_id)) @if ($id==264 or $id==265) @section('canonical', '/news/post/261') @endif @section('content')

{{ $article->title }}

{{ $article->articleCategory->ac_name }} | {{ $FrontendPresenter->articleDate($article->date) }}
{!! $article->content !!}
{!! $FrontendPresenter->getPostTag($article->ac_id, $article->tag) !!}
相關文章
@foreach ($related_list as $k => $v) @endforeach
@stop @section('js') {{-- --}} @stop