It depends on what you mean by rename. Rename what? Files? Text outputted to the screen in an html view? Variable names used in code?
There is no single place where names of things are defined. It could be all throughout the code.
There is nothing named "dashboard" that comes with a stock Laravel install, so you'll have to be more specific about your individual application.
I'm assuming you didn't code this project, since you don't know where these things are defined?