@extends('layouts.public') @section('title', setting('site_name', config('app.name'))) @section('meta_description', setting('site_description')) @push('structured-data') @endpush @section('content') {{-- Sections are composed from config/homepage.php and the editor's ordering, so rearranging or hiding one is an admin action rather than a code change. --}} @foreach ($sections as $section) @include('public.sections.'.$section) @endforeach @endsection