belongsTo(Identity::class); } public function logs() { return $this->hasMany(ProfitLog::class); } }