{!! $post->content !!}
{{ $latest_post->category_name }} / {{ $latest_post->updated_at->format('M d, Y') }}
@extends(view_path('master')) @section('additional_head_tags') @endsection @section('body')
{{ $post->category }} / {{ $post->updated_at->format('M d, Y') }}
{{ $latest_post->category_name }} / {{ $latest_post->updated_at->format('M d, Y') }}