@extends('layouts.recruitment') @section('content') Edit Job Opening Update vacancy details for {{ $jobOpening->position->title }}. @csrf @method('PUT') Academic Year {{ $jobOpening->academicYear->name }} Position {{ $jobOpening->position->title }} Number of Vacancies @error('vacancies') {{ $message }} @enderror Closing Date @error('closing_date') {{ $message }} @enderror Status status === 'open' ? 'checked' : '' }}> Open status === 'filled' ? 'checked' : '' }}> Filled status === 'closed' ? 'checked' : '' }}> Closed Cancel Update Opening @endsection
Update vacancy details for {{ $jobOpening->position->title }}.
{{ $message }}