こちらに入力いただければウシパーツが全国から探します。
- Step.1お問い合わせ内容の入力
- Step.2入力内容のご確認
- Step.3送信完了
個人/法人必須 | {{ isset($contact['client_type']) ? config('const.contact_client_type.' . $contact['client_type']) : '' }} |
---|---|
@if(isset($contact['client_type']) && $contact['client_type'] == config('const.contact_client_type_code.company'))必須 @endif (法人の場合)会社名 | {{ isset($contact['company_name']) ? $contact['company_name'] : '' }} |
@if(isset($contact['client_type']) && $contact['client_type'] == config('const.contact_client_type_code.company'))必須 @endif(法人の場合)部署名 | {{ isset($contact['department']) ? $contact['department'] : '' }} |
業種 | {{ isset($contact['job']) ? $contact['job'] : '' }} |
お名前必須 | {{ isset($contact['name']) ? $contact['name'] : '' }} |
お名前(カナ)必須 | {{isset($contact['name_kana']) ? $contact['name_kana'] : '' }} |
メールアドレス必須 | {{ isset($contact['email']) ? $contact['email'] : '' }} |
確認用メールアドレス必須 | {{ isset($contact['email_confirmation']) ? $contact['email_confirmation'] : '' }} |
住所 | {{ isset($contact['zip_first']) ? $contact['zip_first'] : '' }}-{{ isset($contact['zip_second']) ? $contact['zip_second'] : '' }}
{{ isset($contact['prefecture']) ? \App\Service\Masters\PrefectureService::getPrefectureName($contact['prefecture']) : '' }}
{{ isset($contact['address1']) ? $contact['address1'] : '' }}
{{ isset($contact['address2']) ? $contact['address2'] : '' }}
{{ isset($contact['building_name']) ? $contact['building_name'] : '' }}
|
電話番号必須 | {{ isset($contact['tel1']) ? $contact['tel1'] : '' }}-{{ isset($contact['tel2']) ? $contact['tel2'] : '' }}-{{ isset($contact['tel3']) ? $contact['tel3'] : '' }} |
FAX番号 | {{ isset($contact['fax1']) ? $contact['fax1'] : '' }}-{{ isset($contact['fax2']) ? $contact['fax2'] : '' }}-{{ isset($contact['fax3']) ? $contact['fax3'] : '' }} |
車輛メーカー名 |
{{ \App\Models\Masters\VehicleMaker::findById((isset($contact['vehicle_maker']) ? $contact['vehicle_maker'] : ''), 'name') }}
{{ (isset($contact['vehicle_maker_etc']) ? $contact['vehicle_maker_etc'] : '') }}
|
初年度登録 |
{{ \App\Helper\SystemHelper::convertGtJDate(isset($contact['year_type1']) ? $contact['year_type1'] : '') }}
{{ ((isset($contact['month_type1']) && !empty($contact['month_type1'])) ? $contact['month_type1'].'月' : '') }}
|
型式 | {{ (isset($contact['model_first']) ? $contact['model_first'] : "") }}- {{ (isset($contact['model_second']) ? $contact['model_second'] : "") }} |
車台番号 | {{ (isset($contact['chassis_no']) ? $contact['chassis_no'] : "") }} |
エンジン型式(馬力) | {{ (isset($contact['engine_model']) ? $contact['engine_model'] : "") }}({{ isset($contact['horsepower_ps_min']) ? $contact['horsepower_ps_min'] : '' }}‐PS) |
ミッション型式 | {{ config('const.parts_search_shift_name.'.(isset($contact['shift_type_id']) ? $contact['shift_type_id'] : "")) }} |
パーツ名 | {{ (isset($contact['parts_name']) ? $contact['parts_name'] : '') }} |
メーカー名1 |
{{ (isset($contact['parts_maker1']) ? $contact['parts_maker1'] : '') }}
純正品番号1
{{ (isset($contact['genuine']) ? $contact['genuine'] : '') }}
|
メーカー名2 |
{{ (isset($contact['parts_maker2']) ? $contact['parts_maker2'] : '') }}
純正品番号2
{{ (isset($contact['genuine2']) ? $contact['genuine2'] : '') }}
|
メーカー名3 |
{{ (isset($contact['parts_maker3']) ? $contact['parts_maker3'] : '') }}
純正品番号3
{{ (isset($contact['genuine3']) ? $contact['genuine3'] : '') }}
|
備考 | @php echo nl2br(isset($contact['note']) ? $contact['note'] : ''); @endphp |