This commit is contained in:
ivan-sim
2024-10-09 10:31:33 +07:00
parent 0c8feec075
commit 9a4e9db798
5 changed files with 37 additions and 5 deletions

View File

@@ -27,12 +27,14 @@ class OrganizationResource extends JsonResource
}
$corporatePartner = implode(', ', $corporateName);
}
}
}
$organization = [
'id' => $this->id,
'name' => $this->name,
'type' => $this->type,
'no_hp' => $this->phone,
'email' => $this->email,
'code' => $this->code,
'description' => $this->description,
'kodeRs' => $this->meta->KodeRS ?? null,