We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e8546 + ef5c496 commit 0af44dfCopy full SHA for 0af44df
resources/views/dashboard/shared/header.blade.php
@@ -59,7 +59,7 @@
59
</svg> Lock Account</a><a class="dropdown-item" href="#">
60
<svg class="c-icon mr-2">
61
<use xlink:href="{{ env('APP_URL', '') }}/icons/sprites/free.svg#cil-account-logout"></use>
62
- </svg><form action="/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
+ </svg><form action="{{ env('APP_URL', '') }}/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
63
</div>
64
</li>
65
</ul>
0 commit comments