Add an "or where" clause to the query.
Same as where usage just with "or" condition
function orWhere( field: WherePrimaryClosure | string, value?: WhereSecondaryClosure | any,): Query
Query
orWhereHas()
orderBy()