Skip to content

Instantly share code, notes, and snippets.

@yhoyoex
Created February 16, 2018 09:38
Show Gist options
  • Save yhoyoex/677ab7df7f0b4051f8311d2dd6d44969 to your computer and use it in GitHub Desktop.
Save yhoyoex/677ab7df7f0b4051f8311d2dd6d44969 to your computer and use it in GitHub Desktop.
$termin_total = $transaction->sum(function ($transaction) {
return $transaction->termin->sum('payment');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment