@@ -32,6 +32,7 @@ class ProjectResource extends JsonResource
}),
'created_at'=>(string)$this->created_at,
//'asset' => new AssetParentResource($this->asset),
+ 'approval_status'=>$this->approval_status
];
}