Browse Source

Update welcome.blade.php

Taylor Otwell 5 years ago
parent
commit
55e580f6cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/welcome.blade.php

+ 1 - 0
resources/views/welcome.blade.php

@@ -71,6 +71,7 @@
                         <a href="{{ url('/home') }}">Home</a>
                     @else
                         <a href="{{ route('login') }}">Login</a>
+
                         @if (Request::has('register'))
                             <a href="{{ route('register') }}">Register</a>
                         @endif