BadMethodCallException in line Macroable.php 74: Method or where does not exist.
$category = $categories->where('Node_ID', (explode('.', $cat{$title_id})[0]))
->orWhere('Node_Path', $cat->{$category_name})
->first();
If I try without using "orWhere", if I use it, it gives an error. Does anyone know where the error is?
source
share