add poker planing for students
This commit is contained in:
17
resources/views/layouts/app.blade.php
Normal file
17
resources/views/layouts/app.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Poker Planning</title>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
</head>
|
||||
<body class="bg-gray-50 min-h-screen flex flex-col">
|
||||
<main class="container mx-auto px-4 py-8 max-w-2xl flex-grow">
|
||||
@yield('content')
|
||||
</main>
|
||||
<footer class="text-center text-gray-500 text-sm py-4 border-t mt-auto">
|
||||
Poker Planning © {{ date('Y') }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user