Update welcome.blade.php

This commit is contained in:
Taylor Otwell 2018-09-28 09:04:03 -05:00 committed by GitHub
parent e9211a4ed4
commit 55e580f6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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