Update (all): fix php formatting using laravel pint, fix blade using shufo

This commit is contained in:
2023-07-25 22:18:01 +08:00
parent 6adc27076d
commit 82353c1ecd
37 changed files with 536 additions and 480 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -9,6 +10,7 @@
@vite('resources/sass/app.scss')
</head>
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
@@ -26,4 +28,5 @@
@vite('resources/js/app.js')
</body>
</html>