@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Collection Banner Section Collection Banner Section Form @csrf Banner Title: Choose a Banner Image: *Dimension: 1916px X 957px Banner Image @if (isset($CollectionBanner->banner_image) && !empty($CollectionBanner->banner_image)) @else @endif Choose Image {{ isset($CollectionBanner) ? 'Update' : 'Submit' }} @include('Partials.footer')