Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <li>
  2. <form action="{{route("logout")}}" method="POST">
  3. @csrf
  4. <button class="dropdown-item" style="cursor:pointer">Sign Out</button>
  5. </form>
  6. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement