This commit is contained in:
2023-03-08 14:47:59 +01:00
parent e8c8932630
commit 26a56e6e5b
15 changed files with 1770 additions and 14575 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@vite('resources/js/app.js')
@inertiaHead
</head>
<body>
@inertia
</body>
</html>