お問い合わせ種別必須 |
{{ isset($contact['category_id']) ? config("const.contact_type_{$_fb_department}." . $contact['category_id']) : '' }}
@if(isset($contact['manage_no']) && !isset($contact['id']) && isset($contact['category_id']) && ($contact['category_id'] == config('const.contact_type_code.inventory_query') || $contact['category_id'] == config('const.contact_type_code.request_quote') || $contact['category_id'] == config('const.contact_type_code.confirm_parts')) && $_fb_department != 'rental')
管理番号:{{ str_replace(['OP', 'OC'], '', $contact['manage_no']) }}
@endif
|
@if($_fb_department == 'rental')
車種 |
{{ (isset($contact['shape_name']) ? $contact['shape_name'] : '') != config('const.option_other_value') ? config('const.rental_car_search_type.'.(isset($contact['shape_name']) ? $contact['shape_name'] : '')) : 'その他' }}
@if(isset($contact['manage_no']) && !isset($contact['id']) && isset($contact['category_id']) && ($contact['category_id'] != config('const.contact_type_code.inventory_query') && $contact['category_id'] != config('const.contact_type_code.request_quote')))
管理番号:{{ str_replace(['OP', 'OC'], '', $contact['manage_no']) }}
@endif
|
レンタル期間
|
出発 |
|
日時 |
{{ !empty((isset($contact['loan_date']) ? $contact['loan_date'] : '')) ? Carbon::parse((isset($contact['loan_date']) ? $contact['loan_date'] : ''))->format('Y-m-d') : '' }} {{ isset($contact['loan_time']) ? $contact['loan_time'] : '' }}
|
拠点 |
{{ config('const.rental_front_shed_list.'.(isset($contact['loan_plan_shed_id']) ? $contact['loan_plan_shed_id'] : '')) }}
|
返却 |
|
日時 |
{{ !empty(( isset($contact['return_date']) ? $contact['return_date'] : '')) ? Carbon::parse((isset($contact['return_date']) ? $contact['return_date'] : ''))->format('Y-m-d') : '' }} {{ isset($contact['return_time']) ? $contact['return_time'] : '' }}
|
拠点 |
{{ config('const.rental_front_shed_list.'.(isset($contact['return_plan_shed_id']) ? $contact['return_plan_shed_id'] : '')) }}
|
|
@endif
個人/法人必須 |
{{ 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'] : '' }} |
@unless ($_fb_department == 'rental')
(法人の場合)部署名 |
{{ isset($contact['department']) ? $contact['department'] : '' }} |
業種 |
{{ isset($contact['job']) ? $contact['job'] : '' }} |
@endunless
お名前必須 |
{{ isset($contact['name']) ? $contact['name'] : '' }} |
お名前(カナ)必須 |
{{isset($contact['name_kana']) ? $contact['name_kana'] : '' }} |
メールアドレス必須 |
{{ isset($contact['email']) ? $contact['email'] : '' }} |
確認用メールアドレス必須 |
{{ isset($contact['email_confirmation']) ? $contact['email_confirmation'] : '' }} |
@unless ($_fb_department == 'rental')
住所 |
{{ isset($contact['zip_first']) ? $contact['zip_first'] : '' }}-{{ isset($contact['zip_second']) ? $contact['zip_second'] : '' }}
{{ (isset($contact['prefecture']) && $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'] : '' }}
|
@endunless
電話番号必須 |
{{ isset($contact['tel1']) ? $contact['tel1'] : '' }}-{{ isset($contact['tel2']) ? $contact['tel2'] : '' }}-{{ isset($contact['tel3']) ? $contact['tel3'] : '' }} |
@unless ($_fb_department == 'rental')
FAX番号 |
{{ isset($contact['fax1']) ? $contact['fax1'] : '' }}-{{ isset($contact['fax2']) ? $contact['fax2'] : '' }}-{{ isset($contact['fax3']) ? $contact['fax3'] : '' }} |
@endunless
{{--
@if($_fb_department == 'parts')
区分 |
@if(isset($contact['question_class']) && $contact['question_class'] != config('const.question_class_code.text'))
{{ config('const.question_class.'.$contact['question_class']) }}
@else
{{ isset($contact['class_note']) ? $contact['class_note'] : '' }}
@endif
|
@endif
--}}
@if((isset($contact['class_name']) && $contact['class_name'] == 'Parts') || (!isset($contact['class_name']) && $_fb_department == 'parts'))
@if(isset($contact['category_id']) && ($contact['category_id'] == config('const.contact_type_code.confirm_parts') || $contact['category_id'] == config('const.contact_type_code.parts_inventory_check')))
@include('frontend.share.contact.confirm._p_parts')
@elseif(isset($contact['category_id']) && ($contact['category_id'] == config('const.contact_type_code.search_question')))
@include('frontend.share.contact.confirm._p_parts_condition')
@endif
{{--
@elseif(isset($contact['class_name']) && $contact['class_name'] == 'Parts')
@include('frontend.share.contact.confirm._p_parts')
--}}
@elseif($_fb_department == 'truck' || $_fb_department == 'parts')
@if(isset($contact['category_id']) && $contact['category_id'] == config('const.contact_type_code.search_question'))
@include('frontend.share.contact.confirm._p_truck_condition')
@elseif(isset($contact['category_id']) && $contact['category_id'] == config('const.contact_type_code.sale_vehicle'))
@include('frontend.share.contact.confirm._p_truck')
@endif
@endif
@if($_fb_department == 'parts' && isset($contact['category_id']) && $contact['category_id'] != config('const.contact_type_code.search_question'))
{{-- --}}
{{-- お見積書を希望する | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{--
--}}
@endif
@if($_fb_department == 'truck' && isset($contact['category_id']) && $contact['category_id'] == config('const.contact_type_code.search_question'))
備考 |
@else
お問い合わせ内容 |
@endif
{!! isset($contact['content']) ? $contact['content'] : '' !!} |