{{-- 部品カテゴリー必須 {{ \App\Models\Masters\PartsSubCategory::findById((isset($contact['parts_sub_category_id']) ? $contact['parts_sub_category_id'] : ''), 'name') }}
{{ (isset($contact['parts_official_name']) ? $contact['parts_official_name'] : '' ) }}
品番必須 {{ (isset($contact['genuine']) ? $contact['genuine'] : '' ) }} --}} 適合確認したい車両の情報を入力してください 車両メーカー名 @if(isset($contact['vehicle_maker']) && !empty($contact['vehicle_maker']))

{{ \App\Models\Masters\VehicleMaker::findById((isset($contact['vehicle_maker']) ? $contact['vehicle_maker'] : ''), 'name') }}

{{ (isset($contact['vehicle_maker_etc']) ? $contact['vehicle_maker_etc'] : "") }}

@else 指定なし @endif 初年度登録 @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'] : "") }} {{-- ミッション数
{{ \App\Models\Masters\VehicleMissionCount::findById((isset($contact['mission_count_id']) ? $contact['mission_count_id'] : ''), 'name') }}
備考 {!! nl2br(isset($contact['note']) ? $contact['note'] : '') !!} --}} 車検証アップロード @if(!empty(old('file_path1', isset($contact['file_path1']) ? $contact['file_path1'] : '')) && Storage::disk('temp')->has(old('file_path1', isset($contact['file_path1']) ? $contact['file_path1'] : ''))) @php $file_arr = explode('.', (isset($contact['file_name1']) ? $contact['file_name1'] : '')); $extension = end($file_arr); @endphp @if(in_array($extension, config('const.image_file_extension'))) @else {{ isset($contact['file_name1']) ? $contact['file_name1'] : '' }} @endif @else @endif {{-- ボディ幅 {{ config('const.parts_body_width.'.(isset($contact['body_width']) ? $contact['body_width'] : "")) }} キャビン形状 {{ config('const.parts_cabin_shape.'.(isset($contact['cabin_shape']) ? $contact['cabin_shape'] : "")) }} 色 {{ (isset($contact['color']) ? $contact['color'] : "") }} --}}