Group::make([
Group::make([
Group::make([
Select::make('project_id')
->relationship('project','name')
->reactive()
->required()
])->relationship('category'),
])->relationship('article'),
]),
Group::make([
Group::make([
Group::make([
Select::make('project_id')
->relationship('project','name')
->reactive()
->required()
])->relationship('category'),
])->relationship('article'),
]),