$this->id, 'status' => $this->status, 'status_text' => $this->statusText, 'created_at' => format_datetime($this->created_at), 'progress' => $this->when($this->progress, $this->progress), 'progress_formatted' => $this->when($this->progress_formatted, $this->progress_formatted), 'begin' => format_datetime($this->begin), 'end' => format_datetime($this->end), 'uid' => $this->uid, 'exam_id' => $this->exam_id, 'is_done' => $this->is_done, 'is_done_text' => $this->is_done_text, 'user' => new UserResource($this->whenLoaded('user')), 'exam' => new ExamResource($this->whenLoaded('exam')), ]; } }