|string> */ public function rules(): array { return [ 'exam_id' => 'required|exists:exams,id', 'outcome' => 'nullable|string', ]; } }