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

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