where('base_id', $base); } public function status($status) { return $this->where('status', $status); } }