client_name])) { return false; } return new Item($data, function ($data) use ($maps) { return [ 'name' => $data->client_name, ]; }); } }