'datetime', ]; public function isAdmin() { if($this->is_admin){ return true; } return false; } }