@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Collection About Section

Collection About Section Form

@csrf


@if (isset($CollectionAboutSection->section_image) && !empty($CollectionAboutSection->section_image)) Image Preview @else @endif

@php $slideDescriptions = json_decode($CollectionAboutSection->section_description, true); @endphp @foreach ($slideDescriptions as $index => $slideDescription)


@endforeach


@include('Partials.footer')