@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) @endif {!! nl2br(e($post->content)) !!} @endsection
{{ $post->published_at?->format('F d, Y') }} | {{ $post->getReadingTime() }} min read