Script erstellt
This commit is contained in:
15
public/logout-test.blade.php
Normal file
15
public/logout-test.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Logout Test</title>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Logout Test</h1>
|
||||
<form action="{{ route("logout") }}" method="POST">
|
||||
@csrf
|
||||
<button type="submit">Abmelden</button>
|
||||
</form>
|
||||
<p>Route: {{ route("logout") }}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user