@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Collection Image Section Collection Image Section Form @csrf Choose a Image: *Dimension: 1920px X 813px @if (isset($CollectionLastImageSection['last_image']) && !empty($CollectionLastImageSection['last_image'])) @else @endif Choose Image {{ isset($CollectionLastImageSection) ? 'Update' : 'Submit' }} @include('Partials.footer')