hasMany(Budget::class)->withTrashed(); } public function transactions() { return $this->hasMany(Transaction::class); } }