@extends('layouts.recruitment')
@section('content')
Manage teaching vacancies and track recruitment status for each position.Job Openings
| Position Details | Department | Spots | Status | Closing Date | Action |
|---|---|---|---|---|---|
|
{{ $opening->position->title }}
|
{{ $opening->position->department->name }} |
{{ $opening->vacancies }}
slots
|
{{ ucfirst($opening->status) }} |
|
|
No job openings foundStart by creating your first vacancy for the new session. |
|||||