@extends('layouts.app') @section('title', $post['title'] . ' | IBS Blog') @section('description', $post['description']) @section('content') {{ $post->published_at->format('F d, Y') }} {!! $post->content !!} @endsection
{{ $post->published_at->format('F d, Y') }}