Posts by Gustavo Silva • 26 points
2 posts
-
0
votes1
answer59
viewsA: I am trying to sum two numbers and save the result in the bank with Variable plus this giving error Undefined offset
John, there are some inconsistencies in the code: In the first line you store in $data, all inputs that came in the request. But on the second and third lines, you don’t use the $data array to…
-
1
votes2
answers236
viewsA: Problem To View Data Json View Blade
Kenia, I believe that your $errors variable is not a string. It is actually an array of array’s containing the errors of each input. Hence the error as {{}} represents an echo in an array, in your…