@extends('layouts.jobs') @section('content') All Locations UAE Saudi Arabia Qatar Kuwait Oman East Zoiemouth Salary Range 1,000+ 1,500+ 2,000+ 2,500+ 3,500+ 5,000+ Search All Jobs Full-time Contract High Salary Urgent Hiring Create Job @foreach($jobs as $job) {{ $job->title }} {{ $job->type }} @if($job->urgent) Urgent Hiring @endif @if($job->highSalary) High Salary @endif @if($job->commission) Commission @endif {{ $job->company }} {{ $job->location }} {{ $job->salary }} Posted: {{ \Carbon\Carbon::parse($job->posted)->format('d M Y') }} Closes in: {{ \Carbon\Carbon::now()->diffInDays(\Carbon\Carbon::parse($job->closes), false) }} days {{ $job->description }} @foreach(explode(',', $job->skills) as $skill) {{ trim($skill) }} @endforeach Save Apply @endforeach {{ $jobs->links() }} @endsection @push('scripts') @endpush
{{ $job->company }}
{{ $job->location }}
{{ $job->salary }}
Posted: {{ \Carbon\Carbon::parse($job->posted)->format('d M Y') }}
Closes in: {{ \Carbon\Carbon::now()->diffInDays(\Carbon\Carbon::parse($job->closes), false) }} days
{{ $job->description }}