@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


@if (isset($CollectionLastImageSection['last_image']) && !empty($CollectionLastImageSection['last_image'])) Image Preview @else @endif

@include('Partials.footer')