|
@@ -58,7 +58,7 @@
|
|
|
</ul>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<p class="text-white m-0">Hello, <b>{{ $pro->cell_number }}!</b></p>
|
|
|
- <form action="{{ route('logout') }}" method="post">
|
|
|
+ <form action="{{ route('logout') }}" method="post" target="_top">
|
|
|
@csrf
|
|
|
<button class="btn btn-link text-white">
|
|
|
<i class="fas fa-sign-out-alt"></i> Logout
|