Skip to content
Advertisement

How to plus values of multi arrays

enter image description here

Here is my code in blade Laravel:

JavaScript

When I use array_sum() function its return 0 I am trying to plus values of multi arrays

Advertisement

Answer

Try the below code.

JavaScript

and if you want to use array_sum then you need to do it as below.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement