@extends('layout.default')
@section('title')
{{ __('stat.stats') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('stat.stats') }}
{{ __('common.overview') }}
@endsection
@section('page', 'page__stats--overview')
@section('main')
@endsection