modified assests

This commit is contained in:
2026-06-15 11:25:16 +07:00
parent 3f115866d9
commit e96d58dcb4
1218 changed files with 1162 additions and 339502 deletions

View File

@@ -18,7 +18,7 @@ class AntibioticResource extends JsonResource
'id' => $this->id,
'name_en' => $this->name_en,
'weight' => $this->weight,
'lab_id' => $this->lab_id,
'organization_id' => $this->organization_id,
// 'lab' => LaboratoryResource::collection($this->lab),
'record_status_id' => $this->record_status_id
];