{@ include(common/header) @} 顧客様の削除 顧客様の編集 {$ $addInfo = $data['data']['additional_data'] ?? [] $} {$ $name = $data['data']['name'] ?? [] $} {$ $phone = $data['data']['phone'] ?? [] $} {$ $fax = $data['data']['fax'] ?? [] $} {$ $addr = $data['data']['address'] ?? [] $}
| ID | {{ $data['data']['id'] ?? '' }} |
|---|---|
| リセラーID | {{ $data['data']['reseller_id'] ?? '' }} |
| ハンドル | {{ $data['data']['handle'] ?? '' }} |
| イニシャル | |
| フルネーム | {{ ($name['last_name'] ?? '').' '.($name['first_name'] ?? '') }} |
| 生まれた場所 | 〒{{ (!empty($fax) ? ($addInfo['birth_zipcode'] ?? '').' '.($addInfo['birth_city'] ?? '').' '.($addInfo['birth_address'] ?? '').' '.($addInfo['birth_country'] ?? '') : '') }} |
| 生年月日 | {{ $addInfo['birth_date'] ?? '' }} |
| 電話番号 | {{ (!empty($phone) ? ($phone['country_code'] ?? '').'-'.($phone['area_code'] ?? '').'-'.($phone['subscriber_number'] ?? '') : '') }} |
| FAX | {{ (!empty($fax) ? ($fax['country_code'] ?? '').'-'.($fax['area_code'] ?? '').'-'.($fax['subscriber_number'] ?? '') : '') }} |
| メールアドレス | {{ $data['data']['email'] ?? '' }} |
| 会社名 | {{ $data['data']['company_name'] ?? '' }} |
|---|---|
| VAT番号 | {{ $data['data']['vat'] ?? '' }} |
| 会社登録番号 | {{ $addInfo['company_registration_number'] ?? '' }} |
| 会社登録場所 | {{ $addInfo['company_registration_city'] ?? '' }} |
| 会社登録日 | {{ $addInfo['company_registration_subscription_date'] ?? '' }} |
| 会社URL | {{ $link ?? 'DUMMY' }} |
| 道+番号 | {{ ($addr['street'].$addr['number'] ?? '').' '.($addr['suffix'] ?? '') }} |
|---|---|
| 郵便番号 | {{ $addr['zipcode'] ?? '' }} |
| 市区町村 | {{ $addr['city'] ?? '' }} |
| 都道府県 | {{ $addr['state'] ?? '' }} |
| 国 | {{ $addr['country'] ?? '' }} |
| 言語 | {{ $data['data']['locale'] }} |
| 本社の場所 | {{ !empty($addInfo) ? ('〒 '.($addInfo['headquarters_zipcode'] ?? '').' '.($addInfo['headquarters_city'] ?? '').' '.($addInfo['headquarters_address'] ?? '').' '.($addInfo['headquarters_country'] ?? '')) : '' }} |