state != 2) {!! DB_PirepState($pirep, 'row') !!} @endif>
@ability('admin', 'admin-access')
@endability
{{ optional($pirep->airline)->code.' '.$pirep->flight_number }}
{{--}}
@ability('admin', 'admin-user')
@if($DSpecial && filled($pirep->route_code) && filled($pirep->route_leg))
@endif
@endability
{{--}}
|
@if(empty($compact_view))
{{ optional($pirep->dpt_airport)->full_name ?? $pirep->dpt_airport_id }}
@else
{{ $pirep->dpt_airport_id }}
@endif
|
@if(empty($compact_view))
{{ optional($pirep->arr_airport)->full_name ?? $pirep->arr_airport_id }}
@else
{{ $pirep->arr_airport_id }}
@endif
|
@if(!isset($ac_page))
{{ optional($pirep->aircraft)->ident }}
|
@endif
{{ DB_ConvertMinutes($pirep->flight_time) }}
@ability('admin', 'admin-access')
@if(($pirep->flight_time - $pirep->planned_flight_time) > 20)
@endif
@endability
|
{{ DB_ConvertWeight($pirep->fuel_used, $units['fuel']) }}
@ability('admin', 'admin-access')
@if(filled($pirep->simbrief) && ($pirep->fuel_used->local() - ($pirep->simbrief->xml->fuel->enroute_burn + ($pirep->simbrief->xml->fuel->contingency * 1.15) + ($pirep->simbrief->xml->fuel->taxi * 2)) > 100))
@endif
@endability
|
@ability('admin', 'admin-access')
{{ $pirep->score }} |
@if($pirep->landing_rate) {{ $pirep->landing_rate.' ft/min' }} @endif |
@if(Theme::getSetting('gen_stable_approach'))
@widget('DBasic::StableApproach', ['pirep' => $pirep]) |
@endif
@endability
@if(DB_Setting('dbasic.networkcheck', false))
{!! DB_NetworkPresence($pirep, 'badge') !!} |
@endif
@if(Theme::getSetting('roster_ident'))
{{ optional($pirep->user)->ident.' - ' }}
@endif
{{ optional($pirep->user)->name_private }}
|
@ability('admin', 'admin-access')
@if($pirep->comments_count > 0 || filled($pirep->notes))
@endif
@endability
{{ $pirep->submitted_at->diffForHumans().' | '.$pirep->submitted_at->format('d.M') }}
|
@endforeach