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

Job Listing

We delivered blazing fast & striking work solution

What are you looking for?
Category
Filter By
@csrf
-
USD
    @php $uniqueCategories = []; $categoryCounts = []; @endphp @foreach($job_filter as $job) @if (!in_array($job->job_category, $uniqueCategories)) @php $uniqueCategories[] = $job->job_category; $categoryCounts[$job->job_category] = 1; @endphp @else @php $categoryCounts[$job->job_category]++; @endphp @endif
  • @endforeach
    @php $uniqueSkills = []; @endphp @foreach($job_filter as $job) @php $jobSkills = explode(',', $job->skills); @endphp @foreach($jobSkills as $skill) @if (!in_array($skill, $uniqueSkills)) @php $uniqueSkills[] = $skill; @endphp
  • @endif @endforeach @endforeach
All {{$count_jobs}} jobs found
@foreach($jobs as $job)
@if(!empty($job->get_employer->photo)) @else @endif
${{$job->min_salary}}-${{$job->max_salary}} / {{$job->salary}}
@endforeach
@foreach($jobs as $job)
@if(!empty($job->get_employer->photo)) @else @endif
${{$job->min_salary}}-${{$job->max_salary}} / {{$job->salary}}
@endforeach

Showing 1 to 20 of 7,096

Most complete job portal.

Signup and start find your job or talents.

@endsection