elePHPant

@csrf token

Oct 22nd, 2021 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <form action="{{ route('logout') }}" method="POST" class="form-inline">
  2.                     @csrf
  3.                     <input type="submit" class="btn btn-primary" value="Выход">
  4.                 </form>
Add Comment
Please, Sign In to add comment