Expensive,
I'm doing dashboard
, and I set up a table in HTML
, in View
and I need to total some columns, and I'd like to do that right in HTML
, however since I'm using DB::select
I can not use the SUM
command.
- Is there any other way?
- Can I add within
HTML
, using some command?