@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Home Parallel Image Section Home Parallel Image Section Form @csrf Section Title: Choose a BG Image: *Dimension: 1920px X 1074px @if (isset($imageSection->bg_image) && !empty($imageSection->bg_image)) @else @endif Choose Image {{ isset($imageSection) ? 'Update' : 'Submit' }} @include('Partials.footer')