@if ($o->accounts->count() > 1)
Linked Accounts {{ number_format($o->my_accounts->count()) }}
@endif
Active Services {{ $o->services->count() }} /{{ $o->services->count() }}
Account Balance $ {{ number_format(($x=$o->invoices()->with(['items.taxes','paymentitems.payment','account'])->get()->where('due','>',0))->sum('due'),2) }}
Invoices Due {{ $x->count() }}