@extends('frontend::layouts.app') @section('title', $cms->meta_title) @section('keywords', $cms->meta_keywords) @section('description', $cms->meta_description) @section('other_meta_tags') {!! $cms->other_meta_tags !!} @endsection @push('css') {{-- Swiper --}} @endpush @section('content')
@if ($cms && $cms->banner_mobile_image && $cms->banner_image)
product-details
@endif
{{ @$cms->section_one_title }}
{!! @$cms->section_one_description !!}.
Endorsed by
swasti_img
Certified by
indiaergo_img
@if ($cms->section_one_video_url != null && $cms->section_one_video_thumbnail) @endif
dot
productImg
{{ @$cms->section_two_title }}
{!! @$cms->section_two_description !!}
@if ($dyanProducts->isNotEmpty())
@foreach ($dyanProducts as $product)
{{ $product->title }}
{{ $product->title_hindi }}
@endforeach
@endif
{!! @$cms->section_three_title !!}
{!! @$cms->section_three_description !!}
eka_name
eka_img
@if ($productComfortSpecifications->isNotEmpty())
@foreach ($productComfortSpecifications as $item)
part_img
{{ $item->title }}
@endforeach
@endif
rtImg
rtImg
{{ @$cms->section_four_title }}
{!! @$cms->section_four_description !!}
posibility-Img
posibility-Img

{!! @$cms->section_four_description_one !!}

posibility-Img
posibility-Img
Yoga Seating
{!! @$cms->section_five_title !!}
{!! @$cms->section_five_description !!}
@if ($cms && $cms->section_five_image_one && $cms->section_five_image_two)
@if ($cms->section_five_image_one)
yoga-img
@endif @if ($cms->section_five_image_two)
yoga-img
@endif
@endif
@if ($cms && $cms->section_six_image_one)
@endif
{{ @$cms->section_six_title }}
{!! @$cms->section_six_description !!}
{!! @$cms->section_six_notes !!}
@if ($productFunctions->isNotEmpty())
@foreach ($productFunctions as $item)
{{ $item->title }}
{{ $item->title }}

{!! $item->description !!}

@endforeach
@endif
@if ($dyanProducts->isNotEmpty())
@foreach ($dyanProducts as $index => $product)
{{ $product->title }}
@endforeach
@foreach ($dyanProducts as $index => $product)

{!! $product->short_description !!}

{!! $product->product_note !!}

@if ($product->license_image && $product->license_title && $product->license_description)
reddot
{{ $product->license_title }}

{!! $product->license_description !!}

{{--
  •  Brand Extension: Use of the label for further brands within the company or for trademarks
  • Point of Sale:  Use of the label for labelling and advertising the product directly at the point of sale(e.g. packaging, displays, advertising materials).
  • External Sales Channels: Use of the label by the licensee's authorised sales partners and retailersfor marketing the product.
--}}
@endif @if ($product->productdetails->count())
@foreach ($product->productdetails->where('status', '1') as $index => $detail)
@if ($loop->odd)
@if ($loop->first) {{-- Panel 1 --}}
@if ($detail->title)
{{ $detail->title }}
@endif @if ($detail->description)

{!! $detail->description !!}

@endif
@else {{-- Panel 3, 5, 7 ... --}}
@if ($detail->title)
{{ $detail->title }}
@endif @if ($detail->description)

{!! $detail->description !!}

@endif
@endif
@if ($detail->image)
{{ $detail->title }}
@endif
@else {{-- Panel 2, 4, 6 ... --}}
@if ($detail->image)
{{ $detail->title }}
@endif
@if ($detail->title)
{{ $detail->title }}
@endif @if ($detail->description)

{!! $detail->description !!}

@endif
@endif
@endforeach
@endif @if ($product->inspired_title != null && $product->inspired_description != null)
inspire_img
{!! $product->inspired_title !!}

{!! $product->inspired_description !!}

@endif
@if ($product->productInformations->isNotEmpty())
Product Information
@foreach ($product->productInformations as $info)
{{ $info->title }}
{{ $info->description }}
@endforeach
@endif
@if ($product->dimension)
Dimensions:
Vayu Yoga Chair
@endif
Colours Available:
@if ($product->productColors->isNotEmpty())
Structure
@foreach ($product->productColors as $color)
{{ $color->title }}
{{ $color->title }}
@endforeach
@endif @if ($product->productfabrics->isNotEmpty())
Fabric
@foreach ($product->productfabrics as $item)
{{ $item->title }}
{{ $item->title }}
@endforeach
@endif
@endforeach
@endif @if ($certificates->isNotEmpty())
{!! @$cms->section_seven_title !!}
{!! @$cms->section_seven_description !!}
@foreach ($certificates as $certificate) @endforeach
@endif
@endsection @push('js') @endpush