{{ $post->title }}

{{ $post->created_at->format("F j, Y") }}

{!! $post->content !!}
@if (config("app.settings.disqus.enable"))
@endif