@extends('admin.layouts.main') @section('title') Job - Roles and Responsibilities @endsection @section('content') @include("admin.common.sidebar") {{ @trans('job.recruitment') }} {{ @trans('job.jobs') }} {{ @trans('job.roles_responsibility') }} 1. {{ @trans('job.job_info') }} trending_flat2. {{ @trans('job.role') }} trending_flat3. {{ @trans('job.requirements') }} trending_flat4. {{ @trans('job.prefered') }} @csrf {{ @trans('job.role_info') }} {{ @trans('job.job_type') }} * {{ @trans('job.select') }} @foreach($jobTypes as $jobType) job_type_id == $jobType->id) selected="selected" @endif>{{ $jobType->name }} @endforeach {{ @trans('job.job_level') }} * {{ @trans('job.select') }} @foreach($jobLevels as $jobLevel) job_level_id == $jobLevel->id) selected="selected" @endif>{{ $jobLevel->name }} @endforeach {{ @trans('job.city') }} * Select City {{ @trans('job.deadline') }} * date_range {{ @trans('job.no_of_reports')}} Select @for($i=1; $i<=250;$i++) no_of_reports == $i) selected @endif>{{ $i}} @endfor 250+ {{ @trans('job.roles_responsibility') }} @if($id){{ $job->roles_responsibilities }}@endif {{ @trans('job.qualifications') }} @if($id){{ $job->qualifications }}@endif {{ @trans('job.experience') }} @if($id){{ $job->experience }}@endif {{ @trans('job.characteristics') }} @if($id){{ $job->characteristics }}@endif {{ @trans('job.reporting_to') }} @if($id){{ $job->reporting_to }}@endif {{ @trans('job.driving_license') }} * have_liscence == 1) checked="checked" @endif> {{ @trans('job.yes') }} have_liscence == 0) checked="checked" @endif> {{ @trans('job.no') }} {{ @trans('job.open_to_expatriates') }} * expatriates_ready == 1) checked="checked" @endif> {{ @trans('job.yes') }} expatriates_ready == 0) checked="checked" @endif> {{ @trans('job.no') }} @if(Session::has('editUrl')) {{ @trans('job.cancel') }} @else {{ @trans('job.cancel') }} {{ @trans('job.prev') }} @endif @if(Session::has('editUrl')) {{ @trans('job.save') }} @else {{ @trans('job.save_next') }} @endif @endsection @push('pageJs') {!! JsValidator::formRequest('App\Http\Requests\Job\StoreJobDescription', '#frmDescription') !!} @endpush