0
Dear,
I’m making a dashboard, and set up a table on HTML, in a View and I need to tally some columns, and I’d like to do that right at HTML, but how I’m using DB::select I can’t use the command SUM.
- Is there any other way?
- Can I add inside the
HTML, using some command?
Enter your code? please! A
Viewand theControllerresponsible!– novic
What version of Laravel?
– novic
You can use variables to sum the values
– Mauricio Wanderley Martins
Variables in html itself
– Mauricio Wanderley Martins