testing
This commit is contained in:
14
resources/views/layout.blade.php
Normal file
14
resources/views/layout.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
@vite('resources/css/app.css')
|
||||
<title>@yield('title')</title>
|
||||
</head>
|
||||
<body>
|
||||
@include('partials.navbar')
|
||||
@yield('content')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user