2024-05-25 12:47:48 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-05-25 17:21:34 +00:00
|
|
|
<title>url snail</title>
|
2024-05-25 12:47:48 +00:00
|
|
|
@vite(['resources/sass/app.scss'])
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2024-05-25 13:59:27 +00:00
|
|
|
<h1>url snail</h1>
|
2024-05-25 12:47:48 +00:00
|
|
|
@yield('content')
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|