// Placeholder values $vatIncluded = true; // Assuming this placeholder represents a boolean value
// Formula calculation if ($vatIncluded) { return #סיכום לאחר הנחה#; } else { return #מע”מ כלול#; }