demo should be visible in dev only
This commit is contained in:
parent
2f91b42a7f
commit
09ab64105d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
@endguest
|
@endguest
|
||||||
@auth
|
@auth
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
|
@env('local')
|
||||||
<a href="/demo">Demo</a>
|
<a href="/demo">Demo</a>
|
||||||
|
@endenv
|
||||||
<a href="/profile">Profile</a>
|
<a href="/profile">Profile</a>
|
||||||
<form action="/logout" method="POST">
|
<form action="/logout" method="POST">
|
||||||
@csrf
|
@csrf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue