Trouble with one database table

I currently have a database table called “Request” . When I try to click on the menu item, I get:

“Symfony\Component\ErrorHandler\Error\FatalError
Cannot use Illuminate\Http\Request as Request because the name is already in use”

Do I need to rename this table?

Some words are reserve keywords for database and applicatio like request. You need to change the name to something else.