Solution 1:

You cannot have options in a view, you can however use the forwarders directly

view "internet" {
    match-clients { office1; };
    recursion no;
    forwarders {
            201.56.59.14; // Made Up
            201.56.59.15; // Made Up
    };
};