@extends('layouts.app') @section('main-content')

FIND Your
Dream Job
with Geezap

Find Jobs, Employment & Career Opportunities. We are here to help you land your dream job

Popular Searches : Designer, Developer, Web, IOS, PHP Senior Engineer
5k+ candidates get job

Job Alert Subscribe

Latest Jobs

Search all the open positions on the web. Get your own personalized salary estimate. Explore over 3000+ jobs worldwide.

@forelse($latestJobs as $latestJob)
@if($latestJob->employer_logo) {{$latestJob->employer_name}} @endif
{{$latestJob->employer_name}} {{$latestJob->posted_at?->diffForHumans()}}
{{$latestJob->job_title}}

Total Openings: 1

@if($latestJob->min_salary && $latestJob->max_salary) ${{$latestJob->min_salary}} - ${{$latestJob->max_salary}}/${{$latestJob->salary_period}} @endif

@if($latestJob->country) {{$latestJob->country}} @endif
@empty No Jobs Found @endforelse

+

Today Added Jobs

+

Job Categories Jobs

+

Job Categories

Browse by Category

Browse over 3000+ job with your desired category

@forelse($jobCategories as $category)
{{$category->job_category}}
{{ $category->country }} {{ $category->total_jobs }} Jobs
@empty No Job Categories Found @endforelse
@endsection