@extends('adminlte::page') @section('title', 'Raspberry Network | Open Positions') @section('content_header')
# | Vacancy Name | Vacancy Description | Discord Role ID | Perm. Group Name | Open Slots | Status | Created On | Actions | |
---|---|---|---|---|---|---|---|---|---|
{{$vacancy->id}} | {{$vacancy->vacancyName}} | {{substr($vacancy->vacancyDescription, 0, 20)}}... | {{$vacancy->discordRoleID}} | {{$vacancy->permissionGroupName}} | {{$vacancy->vacancyCount}} | @if($vacancy->vacancyStatus == 'OPEN')OPEN | @elseCLOSED | @endif{{$vacancy->created_at}} | @if ($vacancy->vacancyStatus == 'OPEN') @else @endif |
Nothing to see here! Open some vacancies first. This will get applicants pouring in! (hopefully)