morphTo(); } public function setTotalCreditAttribute($value) { $this->attributes['total_credit'] = empty($value) ? 0 : $value; } public function setTotalDebitAttribute($value) { $this->attributes['total_debit'] = empty($value) ? 0 : $value; } }