@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Collection View All Collection @csrf @method('PUT') Property Name: Property Slug: Ex: Property Name (all small letters with - between words) Banner Image: (*Dimension - 1920px X 957px) @if (isset($collections->banner_image) && !empty($collections->banner_image)) @else @endif Choose Image Second Section: Title: Sub Title: Left Image: (*Dimension - 700px X 800px) @if (isset($secondSections->left_image) && !empty($secondSections->left_image)) @else @endif Choose Image Right Image: (*Dimension - 700px X 334px) @if (isset($secondSections->right_image) && !empty($secondSections->right_image)) @else @endif Choose Image Description: {{old('description', $secondSections['description']) ?? ''}} Brochure PDF File {{ isset($secondSections['brochure_pdf']) ? asset($secondSections['brochure_pdf']) : '' }} Choose File Walkthrough Section: Walkthrough Link: Amenities Section: Amenity Section Title: Amenity Section Description: {{old('amenity_section_description', $amenitiesSections['description']) ?? ''}} Amenity Slides: @php $amenitiesSlides = json_decode($amenitiesSections->slides, true); @endphp @if (!empty($amenitiesSlides) && count($amenitiesSlides) > 0) @foreach ($amenitiesSlides as $index => $amenityslide) Amenity Title: Amenity Image: (*Dimension - 700px X 602px) @if (isset($amenityslide['amenity_image']) && !empty($amenityslide['amenity_image'])) @else @endif Choose Image Remove @endforeach @else Amenity Title: Amenity Image: (*Dimension - 700px X 602px) Choose Image Remove @endif Add New Amenity Salient Features Section: Salient Features Section Title: Salient Features Slides: @php $featuresSlides = json_decode($featuresSections->slide_images, true); @endphp @if (!empty($featuresSlides) && count($featuresSlides) > 0) @foreach ($featuresSlides as $index => $featuresSlide) Salient Feature: Slide Image: (*Dimension - 864px X 855px) @if (isset($featuresSlide['salient_features_slide_image']) && !empty($featuresSlide['salient_features_slide_image'])) @else @endif Choose Image Remove @endforeach @else Salient Feature: Slide Image: (*Dimension - 864px X 855px) Choose Image Remove @endif Add New Slide Salient Features Thumb Slides: @php $featuresSlideThumbs = json_decode($featuresSections->thumb_images, true); @endphp @if (!empty($featuresSlideThumbs) && count($featuresSlideThumbs) > 0) @foreach ($featuresSlideThumbs as $index => $featuresSlideThumb) Salient Feature Description: {{ old('salient_feature_description', $featuresSlideThumb['salient_features_description'] ?? '')}} Slide Thumb Image: (*Dimension - 864px X 855px) @if (isset($featuresSlideThumb['salient_features_thumb_slide_image']) && !empty($featuresSlideThumb['salient_features_thumb_slide_image'])) @else @endif Choose Image Remove @endforeach @else Salient Feature Description: Slide Thumb Image: (*Dimension - 864px X 855px) Choose Image Remove @endif Add New Thumb Living Spaces Section: Living Spaces Section Title: Living Spaces Slides: @php $livingSlides = json_decode($livingSections->slides, true); @endphp @if (!empty($livingSlides) && count($livingSlides) > 0) @foreach ($livingSlides as $index => $livingSlide) Living Spaces Slide Title: Living Spaces Slide Description: {{ old('living_spaces_slide_description', $livingSlide['description'] ?? '')}} Living Spaces Slide Image: (*Dimension - 826px X 680px) @if (isset($livingSlide['image']) && !empty($livingSlide['image'])) @else @endif Choose Image Remove @endforeach @else Living Spaces Slide Title: Living Spaces Slide Description: Living Spaces Slide Image: (*Dimension - 826px X 680px) Choose Image Remove @endif Add New Slide Layouts Section: Layouts Section Title: First Tab Title: @php $layoutFirstSlides = json_decode($layoutSections->first_slides, true); @endphp @if (!empty($layoutFirstSlides) && count($layoutFirstSlides) > 0) @foreach ($layoutFirstSlides as $index => $layoutFirstSlide) First Tab Slide Title: First Tab Slide Description: {{ old('first_tab_slide_description', $layoutFirstSlide['description'] ?? '')}} First Tab Slide Image: (*Dimension - 387px X 491px) @if (isset($layoutFirstSlide['image']) && !empty($layoutFirstSlide['image'])) @else @endif Choose Image Remove @endforeach @else First Tab Slide Title: First Tab Slide Description: First Tab Slide Image: (*Dimension - 387px X 491px) Choose Image Remove @endif Add New Second Tab Title: @php $layoutSecondSlides = json_decode($layoutSections->second_slides, true); @endphp @if (!empty($layoutSecondSlides) && count($layoutSecondSlides) > 0) @foreach ($layoutSecondSlides as $index => $layoutSecondSlide) Second Tab Slide Title: Second Tab Slide Description: {{ old('second_tab_slide_description', $layoutSecondSlide['description'] ?? '')}} Second Tab Slide Image: (*Dimension - 387px X 491px) @if (isset($layoutSecondSlide['image']) && !empty($layoutSecondSlide['image'])) @else @endif Choose Image Remove @endforeach @else Second Tab Slide Title: Second Tab Slide Description: Second Tab Slide Image: (*Dimension - 387px X 491px) Choose Image Remove @endif Add New Third Tab Title: @php $layoutThirdSlides = json_decode($layoutSections->third_slides, true); @endphp @if (!empty($layoutThirdSlides) && count($layoutThirdSlides) > 0) @foreach ($layoutThirdSlides as $index => $layoutThirdSlide) Third Tab Slide Title: Third Tab Slide Description: {{ old('third_tab_slide_description', $layoutThirdSlide['description'] ?? '')}} Third Tab Slide Image: (*Dimension - 387px X 491px) @if (isset($layoutThirdSlide['image']) && !empty($layoutThirdSlide['image'])) @else @endif Choose Image Remove @endforeach @else Third Tab Slide Title: Third Tab Slide Description: Third Tab Slide Image: (*Dimension - 387px X 491px) Choose Image Remove @endif Add New Fourth Tab Title: @php $layoutFourthSlides = json_decode($layoutSections->fourth_slides, true); @endphp @if (!empty($layoutFourthSlides) && count($layoutFourthSlides) > 0) @foreach ($layoutFourthSlides as $index => $layoutFourthSlide) Fourth Tab Slide Title: Fourth Tab Slide Description: {{ old('fourth_tab_slide_description', $layoutFourthSlide['description'] ?? '')}} Fourth Tab Slide Image: (*Dimension - 387px X 491px) @if (isset($layoutFourthSlide['image']) && !empty($layoutFourthSlide['image'])) @else @endif Choose Image Remove @endforeach @else Fourth Tab Slide Title: Fourth Tab Slide Description: Fourth Tab Slide Image: (*Dimension - 387px X 491px) Choose Image Remove @endif Add New Payment Section: Payment Section Background Image: (*Dimension - 1920px X 984px) @if (isset($paymentSections->payment_section_bg_image) && !empty($paymentSections->payment_section_bg_image)) @else @endif Choose Image Payment Section Title: Payment Section Sub Title: Payment Slides: @php $paymentSlides = json_decode($paymentSections->slides, true); @endphp @foreach ($paymentSlides as $index => $paymentSlide) Payment Slide Description: {{ old('payment_slide_description', $paymentSlide['description'] ?? '') }} @php $paymentTitles = $paymentSlide['titles']; $paymentImages = $paymentSlide['images']; @endphp @foreach ($paymentTitles as $innerIndex => $paymentTitle) Payment Slide Title: Payment Slide Image: @if (isset($paymentImages[$innerIndex]) && !empty($paymentImages[$innerIndex])) @else @endif Choose Image Remove Column @endforeach Add New Column Remove Slide @endforeach Add New Slide Property Location Section: Property Location Section Title: Property Location: {{ old('property_location', $locationSections['property_location'] ?? '')}} Construction Updates Section: Construction Updates Section Title: Construction Updates Place: Construction Updates Price: Construction Updates Year: Construction Updates Availability: Construction Updates Description: {{ old('construction_updates_description', $constructionSections['description'] ?? '')}} Last Section Image: Last Section Image Image: (*Dimension - 1602px X 668px) @if (isset($collections->last_image) && !empty($collections->last_image)) @else @endif Choose Image Update @include('Partials.footer')