Laravel - Request and Response
Consider this Laravel code:
What will the browser receive?
$cookie = cookie('user', 'Bob', 10);
return response('Welcome')->cookie($cookie);What will the browser receive?
