@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Home Press Release Section Home Press Release Section Form @csrf Section Title: Button Text: Button Link: Slides: @php $slideContents = json_decode($pressSection->slide_description, true); @endphp @foreach ($slideContents as $index => $slide_description) Slide Description: {{ $slide_description }} @php $slideDatePlace = json_decode($pressSection->slide_dateandplace, true); @endphp Place and Date: @php $slideImages = json_decode($pressSection->slide_images, true); @endphp @if (isset($slideImages[$index]) && !empty($slideImages[$index])) @else @endif *Dimension: 889px X 563px Choose a Slide Image: Remove Slide @endforeach Add New Slide {{ isset($pressSection) ? 'Update' : 'Submit' }} @include('Partials.footer')