I want to print " We can't find an email matching the information you provided. "
But PHP won't let me. Anyone know how to fix this ?
`return Redirect::route('account-forgot-password')
->with('error','We can't find an email matching the information you provided. You may have entered an email that doesn't exactly match our records. Try again ');`