@extends('view.layout.layout') @section('title') {{{ $setting['site']['site_title'] or '' }}} - {{{ $post->title or '' }}} @endsection @section('page')
{{{ date('d F Y',$post->create_at) }}} {{{ $post->category->title or '' }}}
{!! $post->pre_content or '' !!}
{!! $post->content or '' !!}
{{{ trans('main.tags') }}} : @foreach(explode(',',$post->tags) as $tag) @endforeach @if($setting['site']['blog_comment'] == 1 && $post->comment == 'enable')

{{{ trans('main.comments') }}}


@endif
@endsection @section('script') @if(!isset($user)) @endif @endsection