Count total numbers in array
I’m trying to count the total elements that has value in the array on the smarty template. The array looks like this Array ( [11] => Array ( [country] => Brazil [2020] => Array ( [1] => Array ( [Good_1] => [Good_2] => ) [2] => Array ( [Good_1] => [Good_2] => ) [3] =>… Read More Count total numbers in array