2024-03-07 10:10:53 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Аутентификация</title>
|
2024-03-07 11:43:57 +03:00
|
|
|
@vite('resources/views/auth/registration.js')
|
2024-03-07 10:10:53 +03:00
|
|
|
@vite('resources/css/app.css')
|
|
|
|
</head>
|
|
|
|
<body class="antialiased">
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|