Count the elements in an array.
count
{{count($array)}}
{{$array = ["Banana", "Apple", "Pear"]}}{{count($array)}}
Output:
3