{{ __('Rare Statistics') }}
{{ __('Overview of rare values on :hotel', ['hotel' => setting('hotel_name')]) }}
{{ __('Search Results') }}
{{ __('Showing results for: :term', ['term' => $searchTerm]) }}
{{ __('Found :count categories', ['count' => $categories->count()]) }}
{{ $category->name }}
{{ __('All :count rares in :category', ['count' => $category->furniture->count(), 'category' => $category->name]) }}
{{ $cat->name }}
{{ __(':count rares', ['count' => $cat->furniture->count()]) }}
{{ __('Rare values') }}
{{ __('Get an overview of all of the rares on :hotel', ['hotel' => setting('hotel_name')]) }}
{{ __('We currently have no rares listed here') }}
{{ __('Search Rares') }}
{{ __('Find rares quickly') }}
{{ __('Searching through :total rares', ['total' => $statistics['total_rares']]) }}
{{ __('Categories') }}
{{ __(':count categories', ['count' => $categoriesNav->count() ?? 0]) }}