No outstanding balances.
@else| Person | Balance |
|---|---|
| {{ $item['name'] }} | {{ number_format($item['balance'], 2) }} |
| People owe you | {{ number_format($peopleOweYou, 2) }} |
| You owe people | {{ number_format($youOwePeople, 2) }} |
| Net Position | {{ number_format($peopleOweYou - $youOwePeople, 2) }} |