@php($title = 'Admin • Settings') @php($heading = 'Site Settings') @php($sidebar = view()->make('dashboard.partials.admin-sidebar')->render()) @extends('layouts.dashboard', compact('title','heading','sidebar')) @section('content')
Update general site configuration and homepage content.
Note: Submitting will show a status message; backend persistence is not implemented yet.