components([ TextInput::make('name') ->label('Nazwa') ->required() ->maxLength(255), ]); } }