blob: 0ed6d0cbf8a1093d5e848bd099faa69533f6bc01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{--<link rel="stylesheet" href="{{ asset('/resources/css/app.css') }}" type="text/css">--}}
<title>Main page</title>
</head>
<body>
@yield('content')
</body>
</html>
|