お客様の車両の情報を入力してください |
車両メーカー名 |
{{ \App\Models\Masters\VehicleMaker::findById((isset($contact['vehicle_maker']) ? $contact['vehicle_maker'] : ''), 'name') }}
{{ (isset($contact['vehicle_maker_etc']) ? $contact['vehicle_maker_etc'] : '') }}
|
初年度登録 |
@if((isset($contact['year_type1']) && $contact['year_type1']) || (isset($contact['year_type_m1']) && $contact['year_type_m1']))
{{ \App\Helper\SystemHelper::convertGtJDate(isset($contact['year_type1']) ? $contact['year_type1'] : '') }}
{{ ((isset($contact['year_type_m1']) && !empty($contact['year_type_m1'])) ? $contact['year_type_m1'].'月' : '') }}
@else
指定なし
@endif
|
型式 |
{{ (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'] : "") }}
|
車検証をアップロードする |
@if(!empty(old('file_path2', isset($contact['file_path2']) ? $contact['file_path2'] : '')) && Storage::disk('temp')->has(old('file_path2', isset($contact['file_path2']) ? $contact['file_path2'] : '')))
@php
$file_arr = explode('.', (isset($contact['file_name2']) ? $contact['file_name2'] : ''));
$extension = end($file_arr);
@endphp
@if(in_array($extension, config('const.image_file_extension')))
@else
{{ isset($contact['file_name2']) ? $contact['file_name2'] : '' }}
@endif
@endif
|
お探しの部品名、品番等の情報を入力してください |