@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Community Page

Community Page

@csrf @method('PUT')

@if (isset($communities->banner_image) && !empty($communities->banner_image)) Image Preview @else @endif

@php $secondSectionDescriptions = json_decode($secondSections->section_description, true); @endphp @foreach ($secondSectionDescriptions as $index => $secondSectionDescription)


@endforeach




@if (isset($secondSections->section_image) && !empty($secondSections->section_image)) Image Preview @else @endif

@php $featuresslideContents = json_decode($featureSections->slide_content, true); @endphp @if (!empty($featuresslideContents) && count($featuresslideContents) > 0) @foreach ($featuresslideContents as $index => $featuresslides_content)


@if (isset($featuresslides_content['slide_image']) && !empty($featuresslides_content['slide_image'])) Image Preview @else @endif

@endforeach @else



@endif


@php $ThumbslideContents = json_decode($featureSections->slide_thumb_images, true); @endphp @foreach ($ThumbslideContents as $index => $ThumbslideContent)


Image Preview

@endforeach


@php $locationContents = json_decode($locationSections->location_cards, true); @endphp @if (!empty($locationContents) && count($locationContents) > 0) @foreach ($locationContents as $index => $location_card)
@if (isset($location_card['location_image']) && !empty($location_card['location_image'])) Image Preview @else @endif

@endforeach @else

@endif


@php $propertiesCardContents = json_decode($collectionSections->card_content, true) ?? []; @endphp @if (count($propertiesCardContents) > 0) @foreach ($propertiesCardContents as $index => $properties_content)


@if (isset($properties_content['image']) && !empty($properties_content['image'])) Image Preview @else @endif

@endforeach @else



@endif


@include('Partials.footer')