@extends('layouts.recruitment') @section('content') New Job Opening Post a new vacancy for the academic year. @csrf Academic Year @foreach($academicYears as $year) id == $year->id ? 'selected' : '' }}>{{ $year->name }} @endforeach Position Select Position @foreach($positions as $position) {{ $position->title }} ({{ $position->department->name }}) @endforeach @error('position_id') {{ $message }} @enderror Number of Vacancies @error('vacancies') {{ $message }} @enderror Closing Date @error('closing_date') {{ $message }} @enderror Initial Status Open for applications Closed / Draft Cancel Create Opening @endsection
Post a new vacancy for the academic year.
{{ $message }}