'required|confirmed', ]; } public function attributes() { return [ 'password' => trans('customer.password'), ]; } }