@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


@if (isset($lastimageSection->last_image) && !empty($lastimageSection->last_image)) Image Preview @else @endif

@include('Partials.footer')