rules(fn (Get $get) => EditChannel::rules($get())['label']), Checkbox::make('global') ->label('Is Global (Accessible in all projects)'), ]; } public static function action(NotificationChannel $channel, array $data): void { app(EditChannel::class)->edit($channel, auth()->user(), $data); } }