@csrf

Drag sections to reorder them. Toggle the switch to show or hide each section on the homepage.

@foreach($sections as $i => $section)
{{-- Hidden inputs carry order + slug --}} {{-- Drag handle --}} {{-- Icon --}} {{-- Label --}}
{{ $section['label'] }} @if(isset($section['config']['count']))
@endif
{{-- Visibility toggle --}}
@endforeach