@include('layouts.talentHeader')
@if($companyId)
Did not Find any suitable job ? Would you like to submit your resume for any future roles ?

Click Here

@endif
@if(count($jobList))
@foreach($jobList as $jobs)
@if($jobs->company->logo) @else @endif
{{$jobs->job_title}}

{{$jobs->company->name}}

@if(@$jobs->job_city['name'] != NULL || @$jobs->job_state['name'] != NULL || @$jobs->job_country['name'] != NULL)
  • {{@$jobs->job_city['name']}} - {{@$jobs->job_state['name']}} - {{@$jobs->job_country['name']}}

@endif @if($jobs->job_salary == null)

Not disclosed

@else

{{$jobs->job_currency['currency']}} {{$jobs->job_salary}}

@endif
{{$jobs->job_type['job_type']}} @if($jobs->job_close == 1) Closed @endif
@endforeach
@else
No jobs are there to list
@endif
Search Filter
@csrf
Search Keywords
Job Type
Industry
Salary Range
Min
Max
Country
State
City
@include('layouts.footer')