{{ trans('texts.name') }} @if ($multiUser) {{ trans('texts.user') }} @endif {{ trans('texts.balance') }} {{ trans('texts.paid_to_date') }} {{ trans('texts.address1') }} {{ trans('texts.address2') }} {{ trans('texts.city') }} {{ trans('texts.state') }} {{ trans('texts.postal_code') }} {{ trans('texts.country') }} @if ($account->custom_client_label1) {{ $account->custom_client_label1 }} @endif @if ($account->custom_client_label2) {{ $account->custom_client_label2 }} @endif @foreach ($clients as $client) {{ $client->getDisplayName() }} @if ($multiUser) {{ $client->user->getDisplayName() }} @endif {{ $client->present()->balance }} {{ $client->present()->paid_to_date }} {{ $client->address1 }} {{ $client->address2 }} {{ $client->city }} {{ $client->state }} {{ $client->postal_code }} {{ $client->present()->country }} @if ($account->custom_client_label1) {{ $client->custom_value1 }} @endif @if ($account->custom_client_label2) {{ $client->custom_value2 }} @endif @endforeach