Laravel sum eloquent collection $deals = $regions->sum(function ($region) { return $region->submits->sum('deals'); });