@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) @endif {!! $post->detail !!} @endsection
{{ $post->excerpt }}