© 2026 Hedgehog Software, LLC
Forms\Components\Fieldset::make(self::$relationName) ->relationship(self::$relationName) ->label('Pagina informatie') ->schema([ Forms\Components\TextInput::make('meta_title') ->label('Meta title') ->required(), Forms\Components\TextInput::make('meta_description') ->label('Meta description') ->required(), ])
app\Filament\Resources\MyResource\Pages\CreateMyResourcePage.php
mutateFormDataBeforeCreate(array $data)