Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

ABC Collections moves its support team from Eastern Time to Central Time and updates its business hours. The creditor opens Account Settings, changes the timezone and operating hours, and saves. After the update, the creditor’s portal profile should show the new company settings. Any place that relies on the company timezone or operating hours should use the updated values.

Visual Flow

How It Should Work

  • It should let authorized creditor users update the company profile and main contact details.
  • It should keep user contact details and company details connected to the same creditor account.
  • It should store operating hours in a consistent way while showing them according to the selected timezone.
  • It should allow a valid profile image upload.
  • If the business category changes, the portal badge should update.

How It Should Not Work

  • It should not update another creditor’s company profile.
  • It should not accept invalid profile images or unsafe file types.
  • It should not show old contact information after a successful update.
  • It should not apply the wrong timezone to company hours.

Developer Notes

  • Company profile changes can affect portal badge, timezone display, business hours, and consumer-facing information.
  • Image uploads should remain limited to valid image files and authorized users.
  • app/Livewire/Creditor/AccountSettingsPage.php
  • app/Livewire/Creditor/Forms/AccountSettingsForm.php
Last modified on May 25, 2026