@extends('layouts.app') @section('title', 'Blog β€” CareerPath Pakistan') @push('styles') @endpush @section('content') {{-- HERO --}}

πŸ“° Career Insights & Tips

Stay ahead with the latest career advice, industry insights, and success stories from Pakistan's top professionals.

{{-- CATEGORY PILLS --}}
All Posts @foreach(['Career Tips','Industry Insights','Success Stories','Education','Mental Health','Pakistan Jobs'] as $cat) {{ $cat }} @endforeach
{{-- MAIN CONTENT --}}
{{-- FEATURED / LATEST POST --}} @if(isset($featuredPost) && $featuredPost) @endif {{-- POSTS GRID --}} @if($posts->count() > 0) {{-- PAGINATION --}} @if($posts->hasPages())
{{ $posts->appends(request()->query())->links() }}
@endif @else
πŸ“­

No articles found

@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
@endif
{{-- SIDEBAR --}}
{{-- TRENDING --}} {{-- CATEGORIES --}} {{-- NEWSLETTER --}} {{-- QUICK LINKS --}}
@endsection