@extends('blog.layout') @section('content')
{{ $post->created_at->format('F d, Y') }} posted by {{ $post->user->name ?? "" }}
{{ $post->content }}