@extends('layouts.public') @section('title', 'Blog | CEPI Pakistan') @section('content')

CEPI Blog

Insights, exam strategy, and Pakistani current-affairs guidance for serious aspirants.

Read CEPI articles on CSS, PMS, one-paper exams, Pakistan Affairs, current affairs, essay writing, and disciplined preparation.

@if($featuredPost)

Featured Article

{{ $featuredPost->title }}

{{ $featuredPost->excerpt ?: \Illuminate\Support\Str::limit(strip_tags($featuredPost->detail), 220) }}

{{ $featuredPost->author?->name ?: 'CEPI Editorial' }} {{ $featuredPost->published_at?->format('d M Y') }}
Read Article
@if($featuredPost->featuredImage) {{ $featuredPost->featuredImage->alt_text ?: $featuredPost->title }} @else
CEPI Blog
@endif
@endif
@if(request('search')) Search results for "{{ request('search') }}" @else Latest articles for Pakistani competitive exam preparation @endif
{{ $posts->total() }} article{{ $posts->total() === 1 ? '' : 's' }}
@if ($posts->isNotEmpty())
@foreach ($posts as $post) @endforeach
{{ $posts->links() }}
@else
No blog articles matched your search.
@endif
@endsection