mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Improving welcome page
This commit is contained in:
parent
2845e7501d
commit
0abf27b1ae
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user