Initialize repo and add session changes (2025-09-08)
This commit is contained in:
13
resources/views/admin.blade.php
Normal file
13
resources/views/admin.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Tenant Admin</title>
|
||||
@vite('resources/js/admin/main.tsx')
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user