<form method="post">
@csrf
</form>
php artisan view:clear
php artisan cache:clear
php artisan route:clear
php artisan config:clear
<form method="post">
@csrf
... rest of form ...
</form>
You may forgot to put @csrf in your form
dont forget to put @csrf in your form