{!! $post->content !!}
{{ $latest_post->name }}
{{ $latest_post->updated_at->format('M d, Y') }}
@extends(view_path('master')) @section('additional_head_tags') @if(config('app.blog.disqus')) @endif @endsection @section('body')
{{ $post->short_description }}
@endif {{ __('Published at :date', ['date' => $post->updated_at]) }}{{ $post->short_description }}
@endif {{ __('Published at :date', ['date' => $post->updated_at]) }}