@extends('themes.base.layout') @section('title', trans('gallery.statistics.title')) @section('breadcrumb') @endsection @section('content')

@lang('gallery.statistics.title')

@lang('gallery.statistics.intro', ['gallery_name' => UserConfig::get('app_name')])
@can('admin:configure')

@lang('admin.statistics_enable_public_intro')

{{ csrf_field() }}
@endcan
@lang('gallery.statistics.photos_combined.chart_title')
@lang('gallery.statistics.numbers.chart_title')
{{ number_format($photo_count, 0) }} {{ trans_choice('gallery.statistics.numbers.photos', $photo_count) }}
{{ number_format($album_count, 0) }} {{ trans_choice('gallery.statistics.numbers.albums', $album_count) }}
{{ number_format($label_count, 0) }} {{ trans_choice('gallery.statistics.numbers.labels', $label_count) }}
@lang('gallery.statistics.cameras')
@lang('gallery.statistics.file_sizes')
@lang('gallery.statistics.album_by_photos')
@lang('gallery.statistics.album_by_size')
@endsection @push('scripts') {{-- TODO: include ChartJS locally --}} @endpush