- add send CV status
This commit is contained in:
		| @@ -21,6 +21,10 @@ class FullCVResource extends JsonResource | ||||
|             'locations' => $this->locations, | ||||
|             'views' => $this->resource->info()->select('id')->get()->count(), | ||||
|             'registeredViews' => $this->views, | ||||
|             'sended' => [ | ||||
|                 'status' => $this->sended, | ||||
|                 'datetime' => $this->sended_timestamp?->format('d-m-Y H:i:s'), | ||||
|             ], | ||||
|             'position' => $this->position, | ||||
|             'mission' => explode(PHP_EOL, $this->mission ?? '', 5), | ||||
|             'rodo' => $this->rodo, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user