fix: 登录 Undefined array key(unset 后访问已删 key);sablog 主题 footer 错位(#page 由页面视图自闭合);PaymentSettings Section 类路径(v5 移到 Schemas);modern 主题两栏布局

This commit is contained in:
ak
2026-08-11 19:02:53 +08:00
parent fb9175402a
commit e735967218
11 changed files with 20 additions and 10 deletions
+2
View File
@@ -6,6 +6,7 @@
@include('partials.head')
<body>
@include('partials.header')
<div id="page">
<div id="content">
@if(session('success'))
<div class="alert alert-success">{{ session('success') }}</div>
@@ -82,6 +83,7 @@
@endif
</div>
@include('partials.sidebar')
</div>{{-- #page --}}
@include('partials.footer')
</body>
</html>