contrôleur

 public function dshow($id)
    {
        //return "welcome to controller";
        return view('user.profile', ['User' => UserController3::dshow($id)]);
    }
Anxious Alligator