@extends('layouts.app') @section('title','{{ $post->title }} - Journey of Life GCC') @section('content')
← Back to Blog

{{ $post->title }}

{{ $post->published_at?->format('F d, Y') }} | {{ $post->getReadingTime() }} min read

@if($post->featured_image) {{ $post->title }} @endif
{!! nl2br(e($post->content)) !!}
@endsection