Skip to content

Commit 97c6378

Browse files
committed
Fix #64, thanks @diezztsk
1 parent 860f74c commit 97c6378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</div>
6969
</nav>
7070

71-
@if ($errors->any())
71+
@if (isset($errors) && $errors->any())
7272
<div class="row">
7373
<div class="col-md-12">
7474
<div class="alert alert-danger" role="alert">

0 commit comments

Comments
 (0)