Creditor Contacts
Creditor Name
Address Phone Number
@foreach($creditor_contact_data_set as $creditor_contact_data) @php $class = 'crLightTableBackground'; if($loop->even){ $class = 'crTableBackground'; } @endphp
{{$creditor_contact_data['name']}} {{$creditor_contact_data['CreditAddress']['unparsedStreet']}}
{{$creditor_contact_data['CreditAddress']['city'].' '.$creditor_contact_data['CreditAddress']['stateCode'].$creditor_contact_data['CreditAddress']['postalCode']}}
{{ preg_replace("/^(\w{3})(\w{3})(\w{4})$/", "$1-$2-$3", $creditor_contact_data['telephone'])}}
@endforeach