© 2026 Hedgehog Software, LLC
Forms\Components\Fieldset::make('Route') ->relationship('route') ->schema([ Forms\Components\TextInput::make('title'), Forms\Components\TextInput::make('slug')->unique(), Forms\Components\TextInput::make('old_slug')->unique(), ])
Field::make('email')->unique(ignorable: $ignoredUser)