Update tambah field rekanan di hospital

This commit is contained in:
2024-02-01 09:07:54 +07:00
parent 0e9694101f
commit 135c0987ab
5 changed files with 65 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ class OrganizationController extends Controller
'type' => 'hospital',
'status' => $request->active == 1 ? 'active' : 'inactive',
'description' => $request->description,
'corporate_id_partner' => $request->corporate_id_partner
];
$create_organization = Organization::create($organization);