Active Jobs

{{count($all_jobs)}} Jobs currently active

@foreach ($jobs as $job )

{{$job->title}}

@foreach ($job->job_contract_type as $type)

{{$type->title}}

@endforeach
@if( Auth::user()->candidate->job_applications()->where('school_job_id', $job->id)->exists())
Applied
@endif
#{{$job->city_model->title}}, {{$job->region->title}}
{{\Carbon\Carbon::parse($job->created_at)->diffForHumans()}}
Open Link Here
@endforeach
{{ $jobs->onEachSide(2)->links() }}
@push('modals') {{-- @livewire('dashboard.popup-modals.active-jobs-filter') --}} @livewire('dashboard.popup-modals.filter') @endpush