Advertisement
Guest User

Untitled

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