@extends('layouts.app') @section('content')

{{ $post->title }}

Published on {{ $post->created_at->format('F d, Y') }}

{!! $post->content !!}

Share this post

Related Posts

@endsection