[WIP] Order process with interactive methods
This commit is contained in:
@@ -16,9 +16,14 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown-item">
|
||||
<a href="{{ route('Shop.logout') }}" title="Vous déconnectez" rel="nofollow">
|
||||
<span>Se déconnecter</span>
|
||||
<a href="#" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">
|
||||
Déconnexion
|
||||
</a>
|
||||
|
||||
<form id="logout-form" action="{{ route('Shop.logout') }}" method="POST" style="display: none;">
|
||||
@csrf
|
||||
</form>
|
||||
|
||||
</li>
|
||||
@else
|
||||
<li class="dropdown-item">
|
||||
|
||||
Reference in New Issue
Block a user