|
|
|
@ -14,10 +14,14 @@ |
|
|
|
|
<ul class="navbar-nav justify-content-end"> |
|
|
|
|
{{-- Log Out --}} |
|
|
|
|
<li class="nav-item d-flex align-items-center"> |
|
|
|
|
<a href="javascript:;" class="nav-link text-body font-weight-bold px-0"> |
|
|
|
|
<form method="POST" action="{{ route('logout') }}"> |
|
|
|
|
@csrf |
|
|
|
|
<a href="{{ route('logout') }}" class="nav-link text-body font-weight-bold px-0" |
|
|
|
|
onclick="event.preventDefault(); this.closest('form').submit();"> |
|
|
|
|
<i class="fa fa-user me-sm-1"></i> |
|
|
|
|
<span class="d-sm-inline d-none">Log Out</span> |
|
|
|
|
</a> |
|
|
|
|
</form> |
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
{{-- Toggler (mobile) --}} |
|
|
|
|