Missing CSRF token cookie when trying to create item

What am I doing wrong? Isn’t the CSRF supposed to be added automatically? Or do you have to add it in your form like in laravel manually?

Considering you use the FormHelper to create the form, it should be added automagically…

You can see it when you use the inspect element on your form.
Is it present over there too?