parent
77e5aa93f5
commit
b6d8ecedff
@ -10,7 +10,7 @@
|
||||
<ul>
|
||||
<li><a href="/home">Home</a></li>
|
||||
@auth
|
||||
<li>Welcome {{ auth()->user()->name }}</li>
|
||||
<li>Welcome {{ auth()->user()->full_name }}</li>
|
||||
<li>
|
||||
<form class="inline" method="POST" action="/logout">
|
||||
@csrf
|
||||
|
Loading…
Reference in New Issue
Block a user