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