19 lines
265 B
PHP
19 lines
265 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
|
|
|
|
@route
|
|
@inertiaHead
|
|
@vite('resources/js/app.js')
|
|
</head>
|
|
|
|
<body>
|
|
@inertia
|
|
</body>
|
|
|
|
</html>
|