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