{{ $post->title }}
{{ Str::limit($post->excerpt ?? $post->content, 100) }}
@extends('layouts.app') @section('title', 'Blog β CareerPath Pakistan') @push('styles') @endpush @section('content') {{-- HERO --}}
Stay ahead with the latest career advice, industry insights, and success stories from Pakistan's top professionals.
{{ Str::limit($featuredPost->excerpt ?? $featuredPost->content, 150) }}
{{ Str::limit($post->excerpt ?? $post->content, 100) }}
@if(request('search')) No results for "{{ request('search') }}". Try a different keyword. @elseif(request('category')) No posts in "{{ request('category') }}" yet. Check back soon! @else No blog posts published yet. Check back soon! @endif
@if(request('search') || request('category')) View All Posts @endif