count(): Parameter must be an array or an object that implements Countable (View: /home/zimam/public_html/resources/views/userz/media_center.blade.php) 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);