ErrorException: count(): Parameter must be an array or an object that implements Countable in file C:\OpenServer\domains\backend\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\GuardsAttributes.php on line 235 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);