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