予算(車両本体) |
約 {{ ((isset($contact['budget_from']) && !empty($contact['budget_from'])) ? number_format($contact['budget_from']) : '') }}円 |
購入時期 |
{{config('const.question_condition_purchase_time.'.( isset($contact['has_purchase_time']) ? $contact['has_purchase_time'] : ''))}}
{{ \App\Helper\SystemHelper::convertGtJDate(isset($contact['purchase_time_year']) ? $contact['purchase_time_year'] : '') }}
{{ ((isset($contact['purchase_time_month']) && !empty($contact['purchase_time_month'])) ? $contact['purchase_time_month'].'月' : '') }}
|
納入エリア |
{{ \App\Models\Masters\Prefecture::findById((isset($contact['delivery']) ? $contact['delivery'] : ''), 'prefecture_name') }} |
車両メーカー名 |
@if (isset($contact['vehicle_maker']) && $contact['vehicle_maker'])
@if((isset($contact['vehicle_maker']) ? $contact['vehicle_maker'] : '') == config('const.option_other_value'))
{{ isset($contact['vehicle_maker_etc']) ? $contact['vehicle_maker_etc'] : '' }}
@else
{{ \App\Models\Masters\VehicleMaker::findById((isset($contact['vehicle_maker']) ? $contact['vehicle_maker'] : ''), 'name') }}
@endif
@else
指定なし
@endif
|
サイズ |
{{ config('const.vehicle_size.'.(isset($contact['size']) ? $contact['size'] : '')) }}
|
年落ち |
{{ config('const.truck_search_year_type.'.(isset($contact['year_type_y']) ? $contact['year_type_y'] : '')) }}
|
走行距離 |
{{ config('const.truck_search_distance_type.'.(isset($contact['rough_travel_distance']) ? $contact['rough_travel_distance'] : '')) }}
|
ボディ形状 |
@if ((isset($contact['body_category']) && $contact['body_category']) ||
(isset($contact['body_mid_category']) && $contact['body_mid_category']) ||
(isset($contact['body_sub_category']) && $contact['body_sub_category']))
{{ \App\Service\Masters\BodyCategoryService::getCategoryName((isset($contact['body_category']) ? $contact['body_category'] : ''), (isset($contact['body_mid_category']) ? $contact['body_mid_category'] : ''), (isset($contact['body_sub_category']) ? $contact['body_sub_category'] : '')) }}
@else
指定なし
@endif
|
ボディー内寸 |
|
パワーゲート |
{{ config('const.exist_power_gate.'.(isset($contact['exist_power_gate']) ? $contact['exist_power_gate'] : '')) }}
{{ (isset($contact['power_gate_kind']) && $contact['power_gate_kind']) ? config('const.power_gate_kind.'.$contact['power_gate_kind']) : '指定なし' }}
|
積載量 |
約 {{ ((isset($contact['load_capacity']) && !empty($contact['load_capacity'])) ? number_format($contact['load_capacity']) : '') }}kg
|
馬力 |
{{ ((isset($contact['horsepower_ps_min']) && !empty($contact['horsepower_ps_min'])) ? number_format($contact['horsepower_ps_min']) : '') }}ps/{{ ((isset($contact['horsepower_kw_min']) && !empty($contact['horsepower_kw_min'])) ? number_format($contact['horsepower_kw_min']) : '') }}kw
|
キャビン形状 |
{{ config('const.truck_search_cabin_shape.'.(isset($contact['cabin_size']) ? $contact['cabin_size'] : '')) }} {{ (isset($contact['cabin_shape_id']) && !empty($contact['cabin_shape_id'])) ? config('const.truck_search_cabin_sub_type.'.$contact['cabin_shape_id']) : '' }}
|
シフト式 |
{{ config('const.truck_search_shift_type.'.(isset($contact['shift_type_id']) ? $contact['shift_type_id'] : '')) }}
|
サスペンション |
{{ config('const.truck_search_suspension.'.(isset($contact['suspension']) ? $contact['suspension'] : '')) }}
|
駆動方式 |
{{ config('const.truck_drive_system.'.(isset($contact['drive_method_id']) ? $contact['drive_method_id'] : '')) }}
|