@extends('layouts.app') @section('title', $post['title'] . ' | IBS Blog') @section('description', $post['description']) @section('content')
{{ $post->title }}

{{ $post->published_at->format('F d, Y') }}

{!! $post->content !!}
@endsection