@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Home Construction Update Section Home Construction Update Section Form @csrf Section Title: Section Description: {{ $constructionSection->section_description ?? '' }} Slides: Add New Slide {{ isset($constructionSection) ? 'Update' : 'Submit' }} @include('Partials.footer')