I have following array:
array:3 [▼
0 => "1234"
1 => "1234"
2 => "1234"
]
In twig I want to check if all element are same return true else return false.
I have following array:
array:3 [▼
0 => "1234"
1 => "1234"
2 => "1234"
]
In twig I want to check if all element are same return true else return false.