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