entity->vendor ? $this->entity->vendor->getDisplayName() : ''; } public function expense_date() { return Utils::fromSqlDate($this->entity->expense_date); } public function invoiced_amount() { return $this->entity->invoice_id ? $this->entity->convertedAmount() : 0; } public function link() { return link_to('/expenses/' . $this->entity->public_id, $this->entity->name); } }