@extends('app') @section('title', 'Flight Assignments') @section('content')
| # | @lang('DSpecial::common.flight_no') | @lang('airports.departure') | @lang('airports.arrival') | @lang('DSpecial::common.block_time') | |
|---|---|---|---|---|---|
| {{ $as->assignment_order }} | @if($as->flight) {{ optional($as->flight->airline)->code.' '.optional($as->flight)->flight_number }} @endif |
@if($as->flight)
@if(Theme::getSetting('flights_flags'))
@endif
{{ optional($as->flight->dpt_airport)->full_name ?? $as->flight->dpt_airport_id}}
@if(filled(optional($as->flight->dpt_airport)->iata)){{ ' ('.$as->flight->dpt_airport->iata.')'}}@endif
@endif
|
@if($as->flight)
@if(Theme::getSetting('flights_flags'))
@endif
{{ optional($as->flight->arr_airport)->full_name ?? $as->flight->arr_airport_id}}
@if(filled(optional($as->flight->arr_airport)->iata)){{ ' ('.$as->flight->arr_airport->iata.')'}}@endif
@endif
|
@if($as->flight) @minutestotime($as->flight->flight_time) @endif | @if($as->completed) @if(filled($as->pirep_id)) @else @endif @else @endif |
| @lang('DSpecial::common.assignments') | @lang('DSpecial::common.completed') | @lang('DSpecial::common.earnings')¹ |
|---|---|---|
| {{ $stat['total'] }} | {{ $stat['completed'] }} | {{ $stat['earnings'] }} |
|
|
||
| {{ $month }} | ||
|---|---|---|
| @lang('DSpecial::common.assignments') | @lang('DSpecial::common.completed') | @lang('DSpecial::common.earnings')¹ |
| {{ $stat['total'] }} | {{ $stat['completed'] }} | {{ $stat['earnings'] }} |
|
|
||