fix: Alpine in body layout
This commit is contained in:
@@ -43,8 +43,9 @@
|
|||||||
|
|
||||||
@endauth
|
@endauth
|
||||||
</head>
|
</head>
|
||||||
<body>
|
@section('body')
|
||||||
@section('body')
|
|
||||||
|
<body>
|
||||||
<x-toast />
|
<x-toast />
|
||||||
<script data-navigate-once>
|
<script data-navigate-once>
|
||||||
if (!('theme' in localStorage)) {
|
if (!('theme' in localStorage)) {
|
||||||
@@ -234,7 +235,7 @@
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@show
|
</body>
|
||||||
</body>
|
@show
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user