@extends(Theme::viewName('layout')) @section('title', trans('gallery.statistics.title')) @section('breadcrumb')
@lang('admin.statistics_enable_public_intro')
{{ 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) }} |