Toggle::make('notify_unlock')
->label(__('form.labels.notifyUnlock'))
->live()
->columnSpan(1),
Select::make('notify_unlock_mail_template_id')
->label(__('form.labels.notifyUnlockMailTemplate'))
->options(MailTemplate::query()->where('is_published','=',1)->pluck('name', 'id'))
->required()
->visible(fn(Get $get) => $get('notify_unlock'))
->columnSpan(2)
Toggle::make('notify_unlock')
->label(__('form.labels.notifyUnlock'))
->live()
->columnSpan(1),
Select::make('notify_unlock_mail_template_id')
->label(__('form.labels.notifyUnlockMailTemplate'))
->options(MailTemplate::query()->where('is_published','=',1)->pluck('name', 'id'))
->required()
->visible(fn(Get $get) => $get('notify_unlock'))
->columnSpan(2)