I am writing to check if we can validate mulitiple values using & operator in volt if or elseif conditions, I have looked through the documentation couldn't find any such. Please help me with the same.
Like we do in PHP if {xyz==1 && abc==2} then do some logic. or like if {xyz==1 || abc==2}. Hope I made my question clear.