@extends('breadcrumbs.app') @section('content')

Open Positions

@if (!$positions->isEmpty()) @foreach($positions as $position)

{{$position->vacancyName}}

@if ($position->vacancyCount == 1)

There is {{$position->vacancyCount}} open position!

@else

There are {{$position->vacancyCount}} open positions!

@endif

{{$position->vacancyDescription}}

@endforeach @else

Applications Closed

Hello there!

We are currently not hiring any new staff members at the moment. If you'd like to apply, check out our Discord's announcement channel for news when a new position opens. Our application cycle usually lasts two weeks, so if you're seeing this, it's because it finished, and new one will begin soon.

@endif

Where you'll work

Join The Team

Join the team today and help out network grow and prosper!

Any questions? Leave a message!

*This is not an application form. Any applications sent here will be ignored.

@csrf
@stop