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

Construction Updates

Construction Updates

@csrf @method('PUT')

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

@php $constructionUpdatesSlides = json_decode($constructions->slide_images, true); @endphp @if (!empty($constructionUpdatesSlides) && count($constructionUpdatesSlides) > 0) @foreach ($constructionUpdatesSlides as $index => $constructionUpdatesSlide)
@if (isset($constructionUpdatesSlide['construction_image']) && !empty($constructionUpdatesSlide['construction_image'])) Image Preview @else @endif

@endforeach @else

@endif


@include('Partials.footer')