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 b4afe8d commit 07ff80aCopy full SHA for 07ff80a
resources/views/partials/head.blade.php
@@ -1,7 +1,7 @@
1
<meta charset="utf-8" />
2
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3
4
-<title>{{ $title ?? 'Laravel' }}</title>
+<title>{{ $title ?? config('app.name') }}</title>
5
6
<link rel="preconnect" href="https://fonts.bunny.net">
7
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
0 commit comments