demo should be visible in dev only

This commit is contained in:
Andras Bacsai
2023-04-14 08:54:05 +02:00
parent 2f91b42a7f
commit 09ab64105d

View File

@@ -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