I have a value contain query and i want to use this in other eloquent query .
example
$query=User::where(\'x\',1);
I want to use this