Laravel - Request and Response
You want to retrieve nested input data from a Laravel request, for example,
user[address][city]. Which is the correct way to access the city value?