20-02-2026
This commit is contained in:
parent
854ce02bf6
commit
4d6b4930b2
128 changed files with 18247 additions and 2093 deletions
|
|
@ -54,7 +54,7 @@ new #[Layout('components.layouts.app'), Title('Meine Daten')] class extends Comp
|
|||
}
|
||||
|
||||
$this->partner = Partner::with('users')->findOrFail($user->partner_id);
|
||||
$this->partnerType = $this->partner->type;
|
||||
$this->partnerType = $this->partner->type?->value ?? '';
|
||||
|
||||
// Vorausfüllen: Partner-Daten
|
||||
$this->companyName = $this->partner->company_name ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue