@push('title', __('Rare values'))
@if(isset($categories->name)) {{ $categories->name }} {{ __('All the :category rares', ['category' => $categories->name]) }}
@foreach($categories->furniture as $rare) @endforeach
@else @forelse($categories as $category) {{ $category->name }} {{ __('All the :category rares', ['category' => $category->name]) }}
@foreach($category->furniture as $rare) @endforeach
@empty {{ __('Rare values') }} {{ __('Get an overview of all of the rares on :hotel', ['hotel' => setting('hotel_name')]) }}

{{ __('We currently have no rares listed here') }}

@endforelse @endif
{{ __('Search') }} {{ __('Search for rares') }}
@csrf @if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif {{ __('Search') }}
{{ __('Rare categories') }} {{ __('Select a category below') }}
@foreach($categoriesNav as $category) @endforeach