- About Us @if ( ($aspProductExists && $aspFindMyChairExists) || $aspUseCaseExists || $aspFeaturedProductExists || $aspNewArrivalExists || $aspCollectionImaginatorChairExists) @php $isUseCaseActive = request()->routeIs('use-case-details'); @endphp
-
Use Cases
-
@foreach ($aspUseCases as $aspUseCase)
- {{ $aspUseCase->title }} @endforeach
@endif
@if ($aspProductCategories->isNotEmpty() && $aspProductExists)
@php
$isCategoryActive = $aspProductCategories->contains(function ($category) {
return request()->segment(1) === $category->slug;
});
@endphp
-
Our Collections
-
@foreach ($aspProductCategories as $aspProductCategory)
- {{ $aspProductCategory->title }} @endforeach
@endif
{{-- @if ($aspProjectsExists)
- Project Reference @endif --}} @if ($aspProductExists && $aspFindMyChairExists)
- Find My Chair @endif
- Wipro Renew @foreach ($navigationLinks as $navigationLink)
- type == 2 ? 'data-bs-toggle="modal" data-bs-target="' . $navigationLink->content . '"' : '' !!}> {{ $navigationLink->title }} @endforeach
- Contact Us