Added first seeder.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@extends("layout.base")
|
||||
|
||||
@section("content")
|
||||
Hej
|
||||
@endsection
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/app.css") }}">
|
||||
</head>
|
||||
<body>
|
||||
@yield("content")
|
||||
|
||||
<script src="{{ mix("/js/app.js") }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user