@extends('layouts.public') @section('title', ($post->seo_title ?: $post->title) . ' | CEPI Pakistan') @section('content')
Back to Blog
{{ $post->author?->name ?: 'CEPI Editorial' }} {{ $post->published_at?->format('d M Y') }}

{{ $post->title }}

@if($post->excerpt)

{{ $post->excerpt }}

@endif
@if($post->featuredImage)
{{ $post->featuredImage->alt_text ?: $post->title }}
@endif
{!! $post->detail !!}
@endsection