Level 7
By the look on your folders, the folder name of imagineprofil is actually \imagineprofil.
If that's the intention, you need to reference it correctly. In your case it would be
src="{{asset('\imagineprofil/'.$profileimage->image)}}"
Edit: Actually I realize that might not help because the browser probably don't support backslash in the url. You would need to fix the folder name without the backslash instead.