@extends('layouts.app') @section('title', 'JOBES — Find Your Dream Job & Choose Your Level Best Career') @section('meta_description', '2400+ Positions are waiting for you. Browse jobs, apply to top companies, and build your career today.') @section('content')
{{ number_format($stats['total_jobs'] * 12 + 2400) }}+ Active Positions Waiting

To Choose Your Level
Best Dream Career.

{{ number_format($stats['total_jobs'] * 12 + 2400) }}+ Positions are waiting for you. Browse curated jobs across {{ number_format($stats['total_categories']) }} high-paying categories!

Popular Search: @foreach(['PHP Developer','UI/UX Designer','Laravel','React JS','Product Manager'] as $tag) {{ $tag }} @endforeach
JOBES Professionals
2400+
Active Jobs Available

28,000+

Live Jobs Listed

{{ $stats['total_companies'] * 15 + 120 }}+

Top Recruiters

75,000+

Happy Candidates

150+

New Jobs Daily

Trending Jobs Category

Choose your best job category from here today!

@if($categories->count()) @php $colors = [ ['bg' => 'rgba(13,148,136,0.08)', 'text' => '#0d9488'], ['bg' => 'rgba(2,132,199,0.08)', 'text' => '#0284c7'], ['bg' => 'rgba(168,85,247,0.08)', 'text' => '#a855f7'], ['bg' => 'rgba(234,179,8,0.08)', 'text' => '#eab308'], ['bg' => 'rgba(244,63,94,0.08)', 'text' => '#f43f5e'], ['bg' => 'rgba(16,185,129,0.08)', 'text' => '#10b981'], ['bg' => 'rgba(249,115,22,0.08)', 'text' => '#f97316'], ['bg' => 'rgba(99,102,241,0.08)', 'text' => '#6366f1'] ]; @endphp @foreach($categories as $i => $cat) @endforeach @else @foreach([ ['💻','Information Technology','145 Open Jobs'], ['📊','Finance & Banking','98 Open Jobs'], ['🎨','Design & Creative','67 Open Jobs'], ['📈','Marketing & Sales','84 Open Jobs'], ['👥','Human Resources','45 Open Jobs'], ['🏥','Healthcare','38 Open Jobs'], ['📚','Education & Academic','29 Open Jobs'], ['📞','Customer Service','54 Open Jobs'] ] as $i => $item) @endforeach @endif

JOBES Latest Job

Fresh job opportunities matching your criteria.

Browse Jobs
@if($latestJobs->count()) @foreach($latestJobs as $job)
@if($job->is_urgent) Urgent @elseif($job->is_featured) Featured @endif
{{ $job->company->name ?? 'Company' }}
{{ $job->company->name ?? 'Company Name' }}

{{ $job->location->city ?? $job->city ?? 'Remote' }}

{{ $job->title }}

{{ Str::limit(strip_tags($job->description), 100) }}

{{ ucfirst($job->job_type) }} {{ $job->salary_range }}
Apply Now
@endforeach @else @for($k=0;$k<3;$k++)
Full-time
🏢
Mock Corp

Mumbai, IN

Senior Software Architect

We are seeking a senior software engineer to architect high throughput microservices and dashboard interfaces.

₹12L - ₹18L Apply Now
@endfor @endif

JOBES Working Process

How it works in 4 simple steps today!

@foreach([ ['01','👤','Register Account','First, you need to sign up as a Job Seeker or Recruiter to launch your professional workspace.'], ['02','📝','Upload Resume','Build a stunning live resume using our layout creator or upload a pre-built PDF resume.'], ['03','🔍','Search Best Job','Leverage our fast filters to find active positions matching your expected salary and city.'], ['04','🚀','Apply Your Job','Apply with a single tap, track your application status live, and attend hiring interviews.'] ] as $step)
{{ $step[1] }}
{{ $step[0] }}

{{ $step[2] }}

{{ $step[3] }}

@endforeach

Our Featured Jobs

Explore featured jobs from top tier employers hiring now.

@if($featuredJobs->count()) @foreach($featuredJobs as $job)
{{ $job->title }}
{{ ucfirst($job->job_type) }}

{{ $job->company->name ?? 'Company' }} · {{ $job->location->city ?? $job->city ?? 'Remote' }}

{{ $job->salary_range }} {{ $job->created_at->diffForHumans() }}
Apply Job
@endforeach @else @for($j=0;$j<2;$j++)
🏢
Lead Product Specialist
Remote

TATA Consultancy Services · Mumbai, IN

₹8L - ₹14L
Apply Job
@endfor @endif

Are You Looking For A
Dream Job?

Join 50k+ active corporate professionals, connect with India's top employers, and boost your monthly earnings.

Seeking Career Job

Top Level Recruiters

Work with the best. Join industry-leading organizations.

@if($featuredCompanies->count()) @foreach($featuredCompanies as $company) @endforeach @else @foreach(['TechCorp India','InnovaLabs','FinFlow Technologies','CloudSoft Labs'] as $co)
🏢
{{ $co }}

Enterprise IT Services

8 Open Roles
@endforeach @endif
@if($testimonials->count())

Feedback Of Users

Thousands of professionals found their dream jobs here today!

@endif
Trusted Partners:
Microsoft
ROZORPAY
INFOSYS
TATA GROUP
ZEPHYR CO
INNOVATIVE
@if(isset($latestJobs) && count($latestJobs) > 0)

Portal Recent Article

Choose your best job tips and guides from here today!

📝
Resume Tips May 27, 2026
5 Ways to Make Your Resume Stand Out to Tech Scouts

Discover how to refine your professional profile to easily grab the attention of top technical scouts.

Read More
💻
Hiring Guide May 25, 2026
The Ultimate Guide to Ace Remote Technical Interviews

Proven strategies to impress tech interviewers online while writing clean optimized scripts.

Read More
📈
Career Choice May 22, 2026
Why Full-Stack Devs are in Elite Demand in 2026

How the demand of PHP/Laravel paired with modern JavaScript has surged in start-up markets.

Read More
@endif @endsection @section('styles') @endsection