['nullable', 'string', 'max:100'], 'lastname' => ['nullable', 'string', 'max:100'], 'email' => ['nullable', 'email', 'max:150'], 'phone' => ['nullable', 'string', 'max:20'], 'role_id' => ['nullable', 'integer', 'min:1', 'exists:roles,id'], 'role_name' => ['nullable', 'string', 'max:100'], 'school_year' => ['nullable', 'string', 'max:20'], 'school_year_id' => ['prohibited'], 'status' => ['nullable', 'string', 'max:40'], ]; } }