{{ t('Contact') }}
{{ t('Head Office') }}: {{contact_center[0].locationName}}
{{ t('Address') }}: {{contact_center[0].addr}}
{{ t('Phone number') }}: {{contact_center[0].contactNumber}}
{{ t('The contact information from 10 Warranty Service Regional Divisions of Warranty Service Center') }}
| {{ t('No.') }} | {{ t('Branch') }} | {{ t('Warranty Service Regional Division') }} | {{ t('Warranty Staff') }} | {{ t('Phone number') }} | {{ t('Address') }} |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ contact.provinceName }} | {{ contact.locationName }} | {{ contact.name }} | {{ contact.contactNumber }} | {{ contact.addr }} |