@ -47,6 +47,9 @@
<td>{{ $this_month_balances->filter(function($item) { return $item->belongs_type == "App\Models\OrderItems"; })->sum("money") }}</td>
<td>{{ $this_month_balance }}</td>
</tr>
<tr>
<td colspan="7" class="text-right">(上月未结算余额 + 本月收款) - (本月退款[正数] + 本月结算[正数]) = 本月未结算余额<br>本月结算是核心数字,是真正归属于公司的钱</td>
</tbody>
</table>
</div>