@extends('themes.frontend.layouts.app') @section('slick') @stop @section('wow') @stop @section('magnific-popup') @endsection @section('validate') @stop @section('flatpickr') @stop @if (isset($dataArr['meta_title'])) @section('page-title'){{ $dataArr['meta_title'] }}@stop @else @section('page-title'){{ $dataArr['title'] }}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_descp'])) @section('meta-description'){{ $dataArr['meta_descp'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @section('content') @if(isset($dataArr['custom_fields']['moduleDropdown_10']) && $dataArr['custom_fields']['moduleDropdown_10'] && $dataArr['custom_fields']['moduleDropdown_10']['value']) @else @if (isset($dataArr['image_path']) && $dataArr['image_path'])
@endif @endif @if (isset($dataArr['custom_fields']['editor_11']) && isset($dataArr['custom_fields']['editor_11']['value']) && $dataArr['custom_fields']['editor_11']['value'] !='


')
{!! $dataArr['custom_fields']['editor_11']['value'] !!}
@endif @if (isset($dataArr['custom_fields']['editor_12']) && isset($dataArr['custom_fields']['editor_12']['value']) && $dataArr['custom_fields']['editor_12']['value'] !='


')
{!! $dataArr['custom_fields']['editor_12']['value'] !!}
@endif @if($homeProducts && count($homeProducts)>0)
@if (isset($dataArr['custom_fields']['text_13']) && isset($dataArr['custom_fields']['text_13']['value']) && $dataArr['custom_fields']['text_13']['value'])

{!! $dataArr['custom_fields']['text_13']['value'] !!}

@endif
@if($homeProducts && count($homeProducts)>0) @foreach($homeProducts as $product)
@if($product['coverfile']) @else @if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo'])) @endif @endif

{{ $product->title }}

@endforeach @else
No new product are found.
@endif
@endif
@if (isset($dataArr['custom_fields']['editor_15']) && isset($dataArr['custom_fields']['editor_15']['value']) && $dataArr['custom_fields']['editor_15']['value'] !='


')
{!! $dataArr['custom_fields']['editor_15']['value'] !!}
@endif
@include('themes.frontend.pages.partials._contact-form',['route'=> route('web.contact.quick-contact-save') ])
@if (isset($dataArr['custom_fields']['text_16']) && isset($dataArr['custom_fields']['text_16']['value']) && $dataArr['custom_fields']['text_16']['value'])

{!! $dataArr['custom_fields']['text_16']['value'] !!}

@endif
@if(isset($dataArr['custom_fields']['moduleDropdown_17']) && $dataArr['custom_fields']['moduleDropdown_17'] && $dataArr['custom_fields']['moduleDropdown_17']['value']) @endif
@if(!empty($testimonials) && $testimonials)
@foreach($testimonials as $testimonial)

{{ $testimonial->descp }}

{{ $testimonial->name }}

{{ $testimonial->designation }} @if(!empty($testimonial->media['path'])) @endif
@endforeach
@endif @if(isset($dataArr['custom_fields']['moduleDropdown_9']) && $dataArr['custom_fields']['moduleDropdown_9'] && $dataArr['custom_fields']['moduleDropdown_9']['value']) @endif @stop @push('scripts') @endpush