@extends('app', ['plain' => true, 'disable_nav' => true]) @section('title', __('DBasic::common.stats')) @section('content')
@lang('DBasic::widgets.stats_gen')
@foreach ($stats_basic as $key => $value) @endforeach
{{ $key }} {{ $value }}
@if($stats_pirep)
@lang('DBasic::widgets.stats_rep')
@foreach($stats_pirep as $key => $value) @endforeach
{{ $key }} {{ $value }}
@endif
@endsection