I\'am using laravel 5.5 and it gives me that \"The page has expired due to inactivity. Please refresh and try again.\" This is awkward because I never encounter this error. Same
Try out the following statements:
php artisan cache:clear php artisan config:clear php artisan route:clear php artisan view:clear
It worked for me. Enjoy