How can I update multiple fields in an Eloquent model? Let\'s say I got it like this:
$user = User::where(\"username\", \"=\", \"rok\");
And th