In my Eloquent Model I have added a class attribute:
/** * @return bool */ public function getIsViewable() { return $this->isViewable; }