laravel error count() parameter must be an array or an object that implements countable code example
Example: count() parameter must be an array or an object that implements countable laravel
//add a typecast array to the array being called
$count = count((array)$originalArray);