// how to make select without a table row
Forms\Components\Select::make('category_id')
->relationship(name: 'category', titleAttribute: 'name')
->columnSpanFull()
->required(),
// how to make select without a table row
Forms\Components\Select::make('category_id')
->relationship(name: 'category', titleAttribute: 'name')
->columnSpanFull()
->required(),