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