add switch corporate & fix table & fix policy
This commit is contained in:
@@ -16,9 +16,13 @@ class MemberResources extends JsonResource
|
||||
{
|
||||
return [
|
||||
'memberId' => $this->member_id,
|
||||
'full_name' => $this->full_name,
|
||||
'fullName' => $this->full_name,
|
||||
'division' => $this->division->name,
|
||||
'employeeLimit' => '',
|
||||
'limit' => [
|
||||
'current' => 2000000,
|
||||
'total' => 4000000,
|
||||
'percentage' => (2000000 / 4000000) * 100
|
||||
],
|
||||
'status' => $this->active
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user