Improving welcome page

This commit is contained in:
Bruno F. Fontes 2018-09-10 21:29:45 -03:00
parent 2845e7501d
commit 0abf27b1ae
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -93,11 +93,15 @@
</div> </div>
<div class="links"> <div class="links">
<a href="/login">Login</a> @auth
<a href="/home">Home</a>
<a href="/product">Products</a>
<a href="/item">Items</a>
@else
<a href="/register">Register</a> <a href="/register">Register</a>
<a href="/login">Login</a>
@endauth
<a href="/help">Help</a> <a href="/help">Help</a>
<!--<a href="https://github.com/laravel/laravel">GitHub</a>-->
</div> </div>
<div> <div>
<br> <br>