@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Communities Second Section Communities Second Section Form @csrf Section Title: @php $slideDescriptions = json_decode($communitiesSecondSection->section_description, true); @endphp @foreach ($slideDescriptions as $index => $slideDescription) Section Description: {{ $slideDescription ?? '' }} Remove @endforeach Add New Section Image *Dimension: 940px X 399px @if (isset($communitiesSecondSection->section_image) && !empty($communitiesSecondSection->section_image)) @else @endif Choose Image {{ isset($communitiesSecondSection) ? 'Update' : 'Submit' }} @include('Partials.footer')