How do i calculate the totals of all values of a column amount
after fetching it in laravel controller. table collections
has only amount and id
column and i want to determine the totals.
How do i calculate the totals of all values of a column amount
after fetching it in laravel controller. table collections
has only amount and id
column and i want to determine the totals.
2
Answers
You can do the following:
You can use
sum
from eloquent: