@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Inveting In Dubai Fourth Section Inveting In Dubai Fourth Section Form @csrf Section Title: @php // Safely decode only if variable exists and has data $slideDescriptions = []; if (!empty($investInDubaiFourthSection) && !empty($investInDubaiFourthSection->section_description)) { $slideDescriptions = json_decode($investInDubaiFourthSection->section_description, true); } // Ensure at least one empty description field if (empty($slideDescriptions)) { $slideDescriptions = ['']; } @endphp @foreach ($slideDescriptions as $index => $slideDescription) Section Description: {{ $slideDescription }} Remove @endforeach Add New Section Image *Dimension: 820px X 602px @if (isset($investInDubaiFourthSection->section_image) && !empty($investInDubaiFourthSection->section_image)) @else @endif Choose Image {{ isset($investInDubaiFourthSection) ? 'Update' : 'Submit' }} @include('Partials.footer')