Name |
{{ $network }} ID |
Callsign |
ATC Flight Plan |
Server |
Time Online |
@foreach($pilots as $pilot)
@if(isset($pilot['user_id']))
{{ $pilot['name_private'] }}
@else
Deleted User
@endif
|
{{ $pilot['network_id'] }} |
{{ $pilot['callsign'] }} |
{{ $pilot['flightplan'] ?? 'ATC not filed...' }} |
{{ $pilot['server_name'] }} |
@if($checks)
@if(!$pilot['airline'])
@endif
@if(!$pilot['pirep'])
@elseif($pilot['pirep'])
@endif
@if($network === 'IVAO')
@if($pilot['vasyscheck'] === true)
@elseif($pilot['vasyscheck'] === false)
@endif
@endif
@endif
{{ DB_ConvertMinutes($pilot['online_time']) }}
|
@endforeach