@extends('app') @section('title', __('DBasic::common.stats')) @section('content')
{{-- LEFT --}}
@lang('DBasic::widgets.stats_gen')
@foreach ($stats_basic as $key => $value) @endforeach
{{ $key }} {{ $value }}
{{-- Leaderboard Navigation --}} @if($stats_pirep) @endif
{{-- MIDDLE --}}
@if($stats_ivao)
IVAO Network Statistics
@foreach($stats_ivao as $key => $value) @endforeach
{{ $key }} {{ $value }}
@endif
@if($stats_vatsim)
VATSIM Network Statistics
@foreach($stats_vatsim as $key => $value) @endforeach
{{ $key }} {{ $value }}
@endif
@widget('DBasic::LeaderBoard', ['source' => 'dep', 'count' => 3])
@widget('DBasic::LeaderBoard', ['source' => 'arr', 'count' => 3])
{{-- RIGHT --}}
@if($stats_pirep)
@lang('DBasic::widgets.stats_rep')
@foreach($stats_pirep as $key => $value) @endforeach
{{ $key }} {{ $value }}
@endif
{{-- LEADERBOARD RESULTS --}} @if($stats_pirep)
@include('DBasic::stats.lb_alltime')
@include('DBasic::stats.lb_pilot_month')
@include('DBasic::stats.lb_pilot_year')
@if ($multi_airline)
@include('DBasic::stats.lb_airline_month')
@include('DBasic::stats.lb_airline_year')
@endif
@endif @endsection