@extends('themes.base.layout')
@section('title', trans('gallery.statistics.title'))
@section('breadcrumb')
@lang('gallery.statistics.title')
@endsection
@section('content')
@lang('gallery.statistics.title')
@lang('gallery.statistics.intro', ['gallery_name' => UserConfig::get('app_name')])
@endsection
@push('scripts')
{{-- TODO: include ChartJS locally --}}
@endpush