@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 @push('styles') @if(isset($dataArr['custom_fields']['textarea_4']) && $dataArr['custom_fields']['textarea_4'] && $dataArr['custom_fields']['textarea_4']['value']) @endif @endpush @section('content') @if(isset($dataArr['custom_fields']['moduleDropdown_5']) && $dataArr['custom_fields']['moduleDropdown_5'] && $dataArr['custom_fields']['moduleDropdown_5']['value']) @php $homeGalleryDataRow = $dataArr['custom_fields']['moduleDropdown_5']['value'][0]['gallerydata']; @endphp @if($homeGalleryDataRow && $homeGalleryDataRow->count()>0)

@endif @endif @if (isset($dataArr['custom_fields']['editor_1'])) {!! app(App\Services\ShortcodeProcessor::class)->process($dataArr['custom_fields']['editor_1']['value']) !!} @endif @stop @push('scripts') @endpush