how can i use csrf token in html file inside laravel?

I don’t use blade.php because the file is uploaded by the admin and goes into storage. And in the html file there is a form that can be filled in, and it always gets 419.

I have tried using @csrf but the tag can only be used if using the .blade.php file, then I also tried to use native php in the same folder as the html file, but it still doesn’t work