© 2026 Hedgehog Software, LLC
Forms\Components\Select::make('title_id') ->relationship('title', 'name')
Tables\Columns\TextColumn::make('title.name'),
Forms\Components\TextInput::make('title.name') ->label('Title'),
public function title(): BelongsTo { return $this->belongsTo(Title::class); }
->disabled()