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