Laravel getting 419 after submitting form

Photo by Nong on Unsplash

Laravel getting 419 after submitting form

Seeing the following 419 error whenever a submit button is pressed in a Laravel blade form:

The solution is quite simple, just a missing @csrf after the form:

Just do a page refresh and submit again then the issue is resolved.