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 cce1d7b commit a921383Copy full SHA for a921383
1 file changed
resources/views/error/error.blade.php
@@ -58,7 +58,7 @@
58
<div class="flex-center position-ref full-height">
59
<div class="code">{{ $code }}</div>
60
61
- <div class="message" style="padding: 10px;"><h1>{{ $type }}</h1><p>{{ $message }}</p></div>
+ <div class="message" style="padding: 10px;"><h1>{{ $type }}</h1><p>{{ $message }}</p><p><a href="{{ route('home') }}">Go home »</a></p></div>
62
</div>
63
</body>
64
</html>
0 commit comments