@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Home About Section Home About Section Form @csrf Section Title: Choose a Left Side Image: *Dimension: 515px X 602px @if (isset($homeAbout->about_left_image) && !empty($homeAbout->about_left_image)) @else @endif Choose Image Choose a Right Side Image: *Dimension: 877px X 602px @if (isset($homeAbout->about_right_image) && !empty($homeAbout->about_right_image)) @else @endif Choose Image Section Description: {{ old('section_description', $homeAbout->section_description ?? '') }} {{ isset($homeAbout) ? 'Update' : 'Submit' }} @include('Partials.footer')