@extends(Theme::viewName('layout')) @section('title', trans('gallery.labels_title')) @section('breadcrumb') @endsection @section('content')

@lang('gallery.labels_title')


@foreach ($labels as $label) @endforeach
{{ $label->name }}

{{ number_format($label->photos_count, 0) }} {{ trans_choice('gallery.photos', $label->photos_count) }}

@endsection