11 lines
262 B
PHP
11 lines
262 B
PHP
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
@vite('resources/js/app.js')
|
|
<x-inertia::head />
|
|
</head>
|
|
<body>
|
|
<x-inertia::app />
|
|
</body>
|
|
</html> |