@extends('frontend::layouts.app') @section('title', $metaTags['metaTitle']) @section('description', $metaTags['metaDescription']) @section('keywords', $metaTags['metaKeywords']) @section('other_meta_tags') {!! $metaTags['otherMetaTags'] !!} @endsection @push('css') @endpush @section('content')
@if ($banners->isNotEmpty()) @endif

{{ $cms->main_title }}

{{ $cms->title }}
{!! $cms->description !!} DISCOVER MORE
@if ($features->isNotEmpty())
{!! $cms->product_features_title !!}
{{ $cms->product_features_bg_title }}
@foreach ($features as $feature)
{{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}
{{ $feature->title }}
{{ $feature->description }}
@endforeach
{{ $cms->product_feature_image_one_value }}
@endif @if ($featuredProducts->isNotEmpty())
{{ $cms->featured_product_bg_title }}
{{ $cms->featured_product_title }}
@endif @if ($useCases->isNotEmpty())
{{ $cms->use_case_title }}
{{ $cms->use_case_bg_title }}
@endif @if ($seatingSolutions->isNotEmpty())
{{ $cms->seating_solution_title }}
{{ $cms->seating_solution_bg_title }}

{{ $cms->seating_solution_short_description }}

@endif @if ($homeImaginatorObjects->isNotEmpty())
@foreach ($homeImaginatorObjects as $homeImaginatorObject) @if ($homeImaginatorObject->homeImaginatorBackgrounds->isNotEmpty())
@foreach ($homeImaginatorObject->homeImaginatorBackgrounds as $homeImaginatorBackground)
Tap and pinch to zoom
{{ $homeImaginatorBackground->title }}
@endforeach
@endif @endforeach
{{ $cms->seating_imaginator_title }}
{{ $cms->seating_imaginator_bg_title }}
@foreach ($homeImaginatorObjects as $homeImaginatorObject) @endforeach
@foreach ($homeImaginatorObjects as $homeImaginatorObject)
@endforeach
@foreach ($homeImaginatorObjects as $homeImaginatorObject) @if ($homeImaginatorObject->homeImaginatorCoordinates->isNotEmpty()) @foreach ($homeImaginatorObject->homeImaginatorCoordinates as $homeImaginatorCoordinate)
{{ $homeImaginatorCoordinate->content }}
@endforeach @endif @endforeach
@endif
bgico
{{ $cms->ergonomic_office_chair_title }}
{{ $cms->ergonomic_office_chair_bg_title }}
{!! $cms->ergonomic_office_chair_short_description !!} EXPLORE MORE
{{--
--}}
@if ($clients->isNotEmpty())
{{ $cms->client_title }}
@foreach ($clients->chunk(ceil($clients->count() / 2)) as $index => $chunk)
    @foreach ($chunk as $client)
  • {{ $client->name }}
  • @endforeach
@endforeach
@endif @if ($blogs->isNotEmpty())
{{ $cms->blog_title }}
{{ $cms->blog_bg_title }}
@php $chunkSize = $blogs->count() == 1 ? 1 : 2; @endphp @foreach ($blogs->chunk($chunkSize) as $index => $chunk)
@foreach ($chunk as $innerIndex => $blog) @endforeach
@endforeach
@endif @if ($faqs->isNotEmpty())
{!! $cms->faq_title !!}

{{ $cms->faq_short_description }}

@foreach ($faqs as $faq)
{!! $faq->answer !!}
@endforeach
VIEW MORE
@endif {{--
{{ $cms->instagram_field_title }}
@if ($cms->instagram_link)
instagram
{{ $cms->instagram_username }}
@endif
{{ $cms->instagram_field_short_description }}
{{ $cms->instagram_field_bg_title }}
--}}
@endsection @push('js') @endpush