@extends('layouts.app') @section('title', 'Explore Careers — CareerPath Pakistan') @push('styles') @endpush @section('content')

Explore

Browse Career Fields

Explore {{ $careers->total() }}+ career paths. Filter by interest, difficulty, or salary range.

{{-- FILTERS --}}
@if(request()->hasAny(['search','category','difficulty'])) Clear @endif
Showing {{ $careers->count() }} of {{ $careers->total() }} careers
@if($careers->count()) {{-- CLEAN PAGINATION --}} @if($careers->hasPages())
{{-- Previous --}} @if($careers->onFirstPage()) @else @endif {{-- Pages --}} @foreach($careers->getUrlRange(1, $careers->lastPage()) as $page => $url) @if($page == $careers->currentPage()) {{ $page }} @else {{ $page }} @endif @endforeach {{-- Next --}} @if($careers->hasMorePages()) @else @endif
@endif @else
🔍

No careers found

Try different search terms or clear the filters

Clear Filters
@endif
@endsection