pai-sklep/resources/views/user.blade.php
2021-09-10 09:41:55 +02:00

16 lines
330 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>
<b>Welcome, you are logged in as {{ $user }}</b>
</p>
<p>
<a href="/logout"> Logout </a>
</p>
</body>
</html>