Add (post manage)

Add (post country viewing)
This commit is contained in:
2023-07-28 02:29:11 +08:00
parent e70195f4f7
commit ded1643e5f
49 changed files with 4484 additions and 3844 deletions

View File

@@ -8,7 +8,7 @@
<meta name="description" content="">
<title>{{ config('app.name', 'Laravel') }}</title>
@vite('resources/sass/app.scss')
@vite('resources/sass/admin-app.scss')
</head>
<body class="border-top-wide border-primary d-flex flex-column">
@@ -26,7 +26,7 @@
</div>
</div>
@vite('resources/js/app.js')
@vite('resources/js/admin-app.js')
</body>
</html>