Auth::user()->account_id, 'author_id' => Auth::id(), 'user_notification_channel_id' => $userNotificationChannelId, 'uuid' => $uuid, ]; (new VerifyUserNotificationChannelEmailAddress())->execute($data); return Inertia::render('Settings/Notifications/Index', [ 'layoutData' => VaultIndexViewHelper::layoutData(), 'data' => ViewHelpersNotificationsIndexViewHelper::data(Auth::user()), ]); } }