Fixes and implementation of forgot password

This commit is contained in:
frederikpyt
2020-06-30 10:19:01 +02:00
parent 2814490a8a
commit c074f32bbe
12 changed files with 115 additions and 134 deletions
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>@yield("title")</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
</head>
<body>
@yield("content")
<script src="{{ mix("/js/app.js") }}"></script>
@yield("scripts")
</body>
</html>