mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 05:24:09 +00:00
show company create date
This commit is contained in:
@@ -35,6 +35,7 @@ class CompanyResource extends JsonResource
|
||||
'company_module' => new CompanyModuleResource($companyModule),
|
||||
'last_order' => new OrderResource($companyModule ? $companyModule->orders()->orderBy('id', 'DESC')->first(): null),
|
||||
'identification' => new DocumentResource($this->documents->whereIn('document_type', DocumentType::IDENTIFICATION_DOCUMENTS)->first()),
|
||||
'created_at' => $this->created_at
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user