Also try this:https://laravel.com/docs/10.x/session#flash-data Level 2 rubenochoaOP Posted 1 year ago @jlrdwNo deleted at all. I tried everything. I did this if I understand: publicfunctiondestroy($id){User::find($id)->delete();$request->session()->put('mytest','worked'); }...