Online Pilots | {{ $network }}
@if(isset($pilots))
@if(count($pilots) > 0) @foreach($pilots as $pilot) @endforeach
Name {{ $network }} ID Callsign ATC Flight Plan Server Time Online
@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']) }}
@else No {{ $network }} Online Flights Found @endif
@elseif(isset($error))
{{ $error }}
@endif @if(isset($dltime)) @endif