getModelFilter(); $query = $this->query(); if($this->withRelationships){ $query->with($this->withRelationships); } if ($filter) { $query->filter(request()->input(), $filter)->where('live_in', Oldmen::STATUS_LIVE); } return $query; } }