csrf token Blade helper providing support for the CSRF token. #blade @csrf // This returns <input type="hidden" name="_token" value="[CSRF_HASH_TOKEN]"> copy