belongsTo(Project::class); } public function areas() { return $this->hasMany(Area::class); } }