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

@lang('gallery.labels_title')


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

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

@endsection