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.
2 parents 7e44147 + 04346cc commit 0e4368cCopy full SHA for 0e4368c
README.md
@@ -52,7 +52,7 @@ Route::name('auth.confirm')->get('/register/confirm/{confirmation_code}', 'Auth\
52
This packages adds some flash messages that contain error/information messages for your users.
53
To show them to your users, add this to your `login.blade.php`:
54
55
-```
+```blade
56
@if (session('confirmation'))
57
<div class="alert alert-info" role="alert">
58
{{ session('confirmation') }}
0 commit comments