label('Виджет контактов') ->options(ContactWidget::query()->where('is_active', true)->pluck('title', 'slug')) ->searchable() ->required() ->helperText('Выберите активный виджет контактов'), ]; } }