|
メーカー
|
{{ $result['maker_name'] ?? '-' }} |
|---|---|
|
車台番号
|
{{ ($result['chassis_number'] ?? '-') . ' - ' . ($result['chassis_subnumber'] ?? '-') }} |
|
車種名
|
{{ $result['model_name'] ?? '-' }} |
|
型式
|
{{ $result['model_number'] ?? '-' }} |
|
型式指定番号 - 類別区分番号
|
{{ ($result['td_number'] ?? '-') . ' - ' . ($result['ci_number'] ?? '-') }} |
|
製造日
|
{{ $result['pod'] ?? '-' }} |
|
モデル製造 開始-終了
|
{{ ($result['sop'] ?? '-') . ' - ' . ($result['eop'] ?? '-') }} |
|
エンジン
|
{{ $result['engine_number'] ?? '-' }} |
|
排気量
|
{{ $result['displacement'] ?? '-' }} |
|
エンジン備考
|
|
|
過給機
|
{{ $result['charger_name'] ?? '-' }} |
|
グレード
|
{{ $result['grade'] ?? '-' }} |
|
トランスミッション
|
{{ $result['transmission_name'] ?? '-' }} |
|
駆動方式
|
|
|
燃料
|
{{ $result['fuel_name'] ?? '-' }} |
|
運転席
|
{{ $result['drive_seat_name'] ?? '-' }} |
@json($result, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE)--}}