Results 1 comments of Jamal Abdul Nasir

You can add the following code in request file to fix the issue. ``` public function messages(){ return [ 'captcha.captcha' => 'Please provide the valid captcha.' ]; } ```