|string> */ public function rules(): array { return [ 'course_id' => 'required|exists:courses,id', 'requirement' => 'nullable|string|max:255', ]; } }