csrf_token
laravel/octane
The
csrf_token
function retrieves the value of the current CSRF token:
<?php $token
=
csrf_token
();