@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Inveting In Dubai Second Section Inveting In Dubai Second Section Form @csrf Section Title: @php // Safely decode only if variable exists and has data $slideDescriptions = []; if (!empty($investInDubaiSecondSection) && !empty($investInDubaiSecondSection->section_description)) { $slideDescriptions = json_decode($investInDubaiSecondSection->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($investInDubaiSecondSection->section_image) && !empty($investInDubaiSecondSection->section_image)) @else @endif Choose Image {{ isset($investInDubaiSecondSection) ? 'Update' : 'Submit' }} @include('Partials.footer')