@extends('admin.app')
@section('title', 'Disposable Special')
@section('content')
{{-- Left --}}
{{-- Middle --}}
{{-- Right --}}
Adjust Airport Fuel Prices
100 = no change, 103.5 = %3.5 increase, 95 = %5 decrease
IATA Fuel Monitor
@if ($diversions && $diversions->count() > 0)
Fix Diversions
@foreach ($diversions as $diversion)
•
{{ $diversion->ident }} |
{{ optional($diversion->aircraft)->registration }} |
{{ optional($diversion->user)->name_private }} |
{{ $diversion->alt_airport_id }} > {{ $diversion->arr_airport_id }} |
Click to Fix
@endforeach
Pilot and Aircraft will be moved to intented destination.
PIREP Arrival Airport will be corrected.
Only Diversions of last 7 Days are listed
@endif
Module Settings
Discord Notifications & Diversion Handling
@include('DSpecial::admin.settings_table', ['group' => 'Discord'])
Create your ADMIN ONLY webhook before enabling it here
Cron Features & Database Cleanup
@include('DSpecial::admin.settings_table', ['group' => 'Cron'])
Setting 0 as day value will disable the feature
Random Flights Rewards
@include('DSpecial::admin.settings_table', ['group' => 'Random Flights'])
Pilot's Rank Pay Rate or Flight's Pilot Pay will be multiplied
Mission Flights Rewards
@include('DSpecial::admin.settings_table', ['group' => 'Missions'])
Pilot's Rank Pay Rate or Flight's Pilot Pay will be multiplied
Disposable Free Flights
@include('DSpecial::admin.settings_table', ['group' => 'Free Flights'])
Custom Income and Expense Settings
Income
@include('DSpecial::admin.settings_table', ['group' => 'Income'])
Handling
@include('DSpecial::admin.settings_table', ['group' => 'Ground Handling'])
Terminal
@include('DSpecial::admin.settings_table', ['group' => 'Terminal Services'])
Fuel
@include('DSpecial::admin.settings_table', ['group' => 'Fuel Services'])
Authority
@include('DSpecial::admin.settings_table', ['group' => 'Airport Authority'])
Landing
@include('DSpecial::admin.settings_table', ['group' => 'Landing Fee'])
Parking
@include('DSpecial::admin.settings_table', ['group' => 'Parking Fee'])
Enroute
@include('DSpecial::admin.settings_table', ['group' => 'Enroute'])
Air Traffic Control, Overflight Cost etc.
Catering
@include('DSpecial::admin.settings_table', ['group' => 'Catering'])
Maintenance and Flight Assignments
Maintenance Settings
@include('DSpecial::admin.settings_table', ['group' => 'Maintenance'])
Monthly Flight Assignments
@include('DSpecial::admin.settings_table', ['group' => 'Assignments'])
{{-- API Service Key Group --}}
API Services
@include('DSpecial::admin.settings_table', ['group' => 'API Service'])
Service Key is needed to authorize API requests for DispoSpecial Features (assignments and tours)
Same service key is shared between Disposable Modules
@if(config('app.name') === 'TurkSim')
{{ config('app.name') }} Special Settings
@include('DSpecial::admin.settings_table', ['group' => config('app.name')])
@endif
@endsection