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