demo should be visible in dev only
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user