We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b445eb8 commit 1fd7680Copy full SHA for 1fd7680
resources/views/layouts/updater.blade.php
@@ -4,6 +4,9 @@
4
<head>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
+
8
+@stack('updater-head')
9
10
<title>Update</title>
11
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
12
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
@@ -136,8 +139,6 @@
136
139
137
140
</style>
138
141
-@stack('updater-head')
-
142
</head>
143
<body>
144
0 commit comments