@isset($label)
@else
@endisset
@foreach ($profileAccounts as $index => $profileAccount)
-
{{ __(ucfirst(strtolower($profileAccount['name']))) }}
@if($profileAccount['inactive'])
({{ strtolower(__('Inactive')) }})
@endif
{{ tbFormat($profileAccount['balance']) }}
@endforeach