@extends('layouts.admin') @section('title', 'Home page sections') @section('content')
Choose which sections appear on the home page and the order they appear in. Lower numbers come first. Each section pulls its content from the matching module — nothing here duplicates content.
{{ $section['label'] }}
{{ $section['description'] }}