'required', 'new_password' => 'required|min:8|same:confirm_password', 'confirm_password' => 'required', ]; } /** * Get the validation massages that apply to the rules. * * @return array */ public function messages() { return [ ]; } }