{{ $vacancie ? 'Update position' : 'Create position' }}

Enter Job information

@if(!Auth::user()->hasRole('client'))
@if($school_selected)
{{$school_selected->title}}
@else Select school @endif
    @foreach ($schools as $school)
  • {{$school->title}}
  • @endforeach
@error('school_selected') {{ $message }} @enderror
@if($selected_region)
{{$selected_region->title}}
@else Select location @endif
    @if($regions) @foreach ($regions as $region )
    id == $region->id) checked @endif >
    @if($loop->iteration == count($regions) - 2 && $hasMorePagesRegion)
    @endif @endforeach @endif
@error('selected_region') {{ $message }} @enderror
@if($selected_city)
{{$selected_city->title}}
@else Select city @endif
    @if($cities) @foreach ($cities as $city )
    id == $city->id) checked @endif >
    @if($loop->iteration == count($cities) - 2 && $hasMorePagesCity)
    @endif @endforeach @endif
@error('selected_city') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('post_code') {{ $message }} @enderror
@endif
@if($job_positions_db && count($job_positions_db) > 0) @foreach ($job_positions_db as $id => $title)
{{$title}}
@endforeach @endif
    @foreach ($job_titles as $title => $job)
  • {{$title}}
  • @foreach ($job as $child)
  • {{$child->title}}
  • @endforeach @endforeach
@error('job_applied_for') {{ $message }} @enderror @error('job_positions_db') {{ $message }} @enderror
@if($contract_types_selected && count($contract_types_selected) > 0) @foreach ($contract_types_selected as $id => $title)
{{$title}}
@endforeach @endif
    @if($contract_types) @foreach ($contract_types as $contract_type)
  • {{$contract_type->title}}
  • @endforeach @endif
@error('contract_types_selected') {{ $message }} @enderror
@if($selected_specialism) @foreach ($selected_specialism as $specialism_id => $title)
{{$title}}
@endforeach @endif
    @if($all_specialisms) @foreach ($all_specialisms as $specialism)
  • {{$specialism->title}}
  • @endforeach @endif @if(auth()->user()->can('edit_new_specialisms')) @if ($shovNewSpecialismField)
    Save
    @if ($errors->has('addNewSpecialism')) {{ $errors->first('addNewSpecialism') }} @endif @endif @if (!$shovNewSpecialismField)
  • Add new specialsim
  • @endif @endif
@if(!Auth::user()->hasRole('client'))
@endif {{--
@if($salery_types) @foreach ($salery_types as $salery_type)
@endforeach @endif
--}}
@error('title') {{ $message }} @enderror
Calendar @if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
Calendar @if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
Cancel