{{ translate('Edit Job') }}

back-icon{{ translate('Go Back') }}
  • {{ translate('Primary Job Information') }}
  • {{ translate('More Job Information') }}
  • {{ translate('Candidate Requirements') }}
  • {{ translate('Additional Filed') }}
  • {{ translate('Preview') }}
  • {{ translate('Completed') }}
@csrf
{{--

{{ translate('Choose an image file or drag it here') }}

--}}
@csrf
@csrf
job_gender) == translate('male') ? 'checked' : '' }}>
job_gender)== translate('female') ? 'checked' : '' }} id="female">
job_gender)== translate('both') ? 'checked' : '' }}>
@csrf

{{ translate('Job Custom Field') }}

@if ($job->jobCustomFields->count() > 0) @foreach ($job->jobCustomFields as $key => $jobCustomField)
required_field == 1 ? 'checked' : '' }} id="flexCheckChecked_{{ $key }}">
@endforeach @endif
@csrf


{{ translate('SUCCESS') }} !




{{ translate('Your job has been posted successfully!') }}
{{ translate('Go to Job Listings') }}
@include('admin.pages.job.modal')