mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
Improving welcome page
This commit is contained in:
parent
3db5c3862b
commit
ba48e30a81
@ -93,11 +93,15 @@
|
||||
</div>
|
||||
|
||||
<div class="links">
|
||||
<a href="/login">Login</a>
|
||||
<a href="/register">Register</a>
|
||||
<a href="/help">Help</a>
|
||||
|
||||
<!--<a href="https://github.com/laravel/laravel">GitHub</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="/login">Login</a>
|
||||
@endauth
|
||||
<a href="/help">Help</a>
|
||||
</div>
|
||||
<div>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user