'integer|max:100', ]; } public function messages(): array { return [ 'per_page.max' => __('Maximum number of records per page is 100.'), ]; } }