Veel kleine puntjes weggewerkt
This commit is contained in:
8
website/resources/views/layouts/empty.blade.php
Normal file
8
website/resources/views/layouts/empty.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
@include('layouts._head')
|
||||
<body>
|
||||
@yield('content')
|
||||
@stack('scripts')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user