1. Home
  2. Blade
  3. Csrf token

Blade helper providing support for the CSRF token.

#blade
@csrf

// This returns
<input type="hidden" name="_token" value="[CSRF_HASH_TOKEN]">
copy
Full Blade cheatsheet