Post a Job on Broadbean

Enter Job information

{{--
@if($school_selected)
{{$school_selected->title}}
@endif
    @foreach ($schools as $school)
  • {{$school->title}}
  • @endforeach
@error('school_selected') {{ $message }} @enderror
--}} {{--
--}}
@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_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
@error('salery_to') {{ $message }} @enderror
@if($salery_types) @foreach ($salery_types as $salery_type)
@endforeach @endif
{{-- Regions --}}
@if($selected_region)
{{$selected_region->title}}
@else Select location @endif
    @if($regions) @foreach ($regions as $item)
  • {{-- {{$item->title}} --}}
  • @foreach ($item->children as $child)
  • id == $child->id) checked @endif disabled>
  • @endforeach @endforeach @endif {{-- @if($regions) @foreach ($regions as $region ) @if($region->children)
    @else
    id == $region->id) checked @endif >
    @endif @if($loop->iteration == count($regions) - 2 && $hasMorePagesRegion)
    @endif @endforeach @endif --}}
@error('selected_region') {{ $message }} @enderror
{{-- CIties --}}
@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('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
{{-- other social media for jobs --}} {{-- this is comented case client wanted to automaticly post on broadbean --}} {{--
@error('publish_on') {{ $message }} @enderror
--}}
Cancel