This commit is contained in:
frederikpyt 2020-06-30 10:46:49 +02:00
parent 7c2d7f21d0
commit 2a63600135
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@extends("app.layout.base")
@extends("user.layout.base")
@section("title")
Login

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
</head>
<body>
<body style="background-color: #00788a;">
@yield("content")
<script src="{{ mix("/js/app.js") }}"></script>