['required', 'integer', 'min:2000', 'max:2100'], 'month' => ['required', 'integer', 'min:1', 'max:12'], 'entry_date' => ['nullable', 'date_format:Y-m-d'], ]; } public function attributes(): array { return [ 'year' => __('validation.attributes.pay_year'), 'month' => __('validation.attributes.pay_month'), 'entry_date' => __('validation.attributes.entry_date'), ]; } }