Version 0.7.0 #1
@ -33,7 +33,7 @@
|
|||||||
<svg class="card-img-top rounded-circle border-white" fill="#fff" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-6-3a2 2 0 11-4 0 2 2 0 014 0zm-2 4a5 5 0 00-4.546 2.916A5.986 5.986 0 0010 16a5.986 5.986 0 004.546-2.084A5 5 0 0010 11z" clip-rule="evenodd"></path></svg>
|
<svg class="card-img-top rounded-circle border-white" fill="#fff" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-6-3a2 2 0 11-4 0 2 2 0 014 0zm-2 4a5 5 0 00-4.546 2.916A5.986 5.986 0 0010 16a5.986 5.986 0 004.546-2.084A5 5 0 0010 11z" clip-rule="evenodd"></path></svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-block">
|
<div class="d-block">
|
||||||
<h2 class="h5 mb-3">{{ __('Hello') }}, {{ auth()->user()->name }}</h2>
|
<h2 class="h5 mb-3">{{ __('Hello') }}, {{ auth()->user()->name ?? '' }}</h2>
|
||||||
<form method="post" action="{{ route('logout') }}">
|
<form method="post" action="{{ route('logout') }}">
|
||||||
@csrf
|
@csrf
|
||||||
<button class="btn btn-secondary btn-sm d-inline-flex align-items-center" type="submit">
|
<button class="btn btn-secondary btn-sm d-inline-flex align-items-center" type="submit">
|
||||||
|
Loading…
Reference in New Issue
Block a user