Content Manager

@if(session('success')) @endif

All Content Sections Overview

Manage content and media across all website sections

@foreach($contentSections as $section)

{{ $section['name'] }}

{{ $section['count'] }}

{{ $section['images_count'] }} images

Manage @if($section['count'] > 0)
@csrf @method('DELETE')
@endif
@endforeach