2016-09-09 15:06:34 +01:00
|
|
|
<div class="panel panel-default">
|
|
|
|
<div class="panel-heading">@lang('admin.stats_widget.panel_header')</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<p>
|
|
|
|
<b>{{ $album_count }}</b> {{ trans_choice('admin.stats_widget.albums', $album_count) }}<br/>
|
2017-03-21 21:48:55 +00:00
|
|
|
<b>{{ $photo_count }}</b> {{ trans_choice('admin.stats_widget.photos', $photo_count) }}
|
|
|
|
@can('admin-access')
|
|
|
|
<br/>
|
|
|
|
<b>{{ $user_count }}</b> {{ trans_choice('admin.stats_widget.users', $user_count) }} / <b>{{ $group_count }}</b> {{ trans_choice('admin.stats_widget.groups', $group_count) }}
|
|
|
|
@endcan
|
2016-09-09 15:06:34 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|