@extends('layouts.app') @section('title', 'Dashboard') @section('content') {{-- Success message fed via JS for TR --}}
@if($dueInterestRequest)You have no students.
@elseStudent | Level | Area | State | Last Training |
---|---|---|---|---|
{{ $training->user->name }} | @foreach($training->ratings as $rating) @if ($loop->last) {{ $rating->name }} @else {{ $rating->name . " + " }} @endif @endforeach | {{ $training->area->name }} | status]["color"] }}"> {{ $statuses[$training->status]["text"] }}{{ isset($training->paused_at) ? ' (PAUSED)' : '' }} | @if($training->reports->count() > 0) @php $reportDate = Carbon\Carbon::make($training->reports->sortBy('report_date')->last()->report_date); $trainingIntervalExceeded = $reportDate->diffInDays() >= Setting::get('trainingInterval'); @endphp @if($reportDate->isToday()) Today @elseif($reportDate->isYesterday()) Yesterday @elseif($reportDate->diffInDays() <= 7) {{ $reportDate->diffForHumans(['parts' => 1]) }} @else {{ $reportDate->diffForHumans(['parts' => 2]) }} @endif @else No registered training yet @endif |
You have no registered trainings.
@elseLevel | Area | Period | State |
---|---|---|---|
@foreach($training->ratings as $rating) @if ($loop->last) {{ $rating->name }} @else {{ $rating->name . " + " }} @endif @endforeach | {{ $training->area->name }} | @if ($training->started_at == null && $training->closed_at == null) Training not started @elseif ($training->closed_at == null) {{ $training->started_at->toEuropeanDate() }} - @elseif ($training->started_at != null) {{ $training->started_at->toEuropeanDate() }} - {{ $training->closed_at->toEuropeanDate() }} @else N/A @endif | status]["color"] }}"> {{ $statuses[$training->status]["text"] }}{{ isset($training->paused_at) ? ' (PAUSED)' : '' }} |
Are you interested in becoming an Air Traffic Controller? Wish to receive training for a higher rating? Request training below and you will be notified when a space is available.
@can('apply', \App\Models\Training::class) @else
How do I join the division?
Read about joining here. You will be able to apply here within 24 hours after transfer.
How to apply to be a visiting controller?
Check this page for more information.
My rating is inactive?
Contact local training staff for refresh or transfer training.
How long is the queue?
{{ Setting::get('trainingQueue') }}