車両メーカー名

初年度登録
@error('purchase_time_month')
{{ $message }} @enderror 型式 - 車台番号 ボディー形状 @include('frontend.share._parts._body_category', ['name'=>'search_vehicle', 'body_category' =>old('search_vehicle.body_category' ,isset($contact['body_category']) ? $contact['body_category'] : ''), 'body_mid_category' =>old('search_vehicle.body_mid_category' ,isset($contact['body_mid_category']) ? $contact['body_mid_category'] : '') , 'body_sub_category' =>old('search_vehicle.body_sub_category',isset($contact['body_sub_category']) ? $contact['body_sub_category'] : '') , 'i'=>'truck_']) @error('search_vehicle.body_category')
{{ $message }} @enderror @error('search_vehicle.body_mid_category')
{{ $message }} @enderror @error('search_vehicle.body_sub_category')
{{ $message }} @enderror 走行距離 km 積載量 約 kg @error('load_capacity')
{{ $message }} @enderror パワーゲート
@foreach (config('const.exist_power_gate') as $key=>$item) @endforeach
自走
@foreach(config('const.self_propelled_type') as $key => $status) @endforeach
車両所在エリア
その他の情報 @error('reception_etc')
{{ $message }} @enderror 車検証をアップロードする
@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('.', old('file_name1', isset($contact['file_name1']) ? $contact['file_name1'] : '')); $extension = end($file_arr); @endphp @if(in_array($extension, config('const.image_file_extension'))) @else {{ old('file_name1', isset($contact['file_name1']) ? $contact['file_name1'] : '') }} @endif @else @endif
@error('file_path1')
{{ $message }} @enderror 車両画像をアップロードする @php $question_files = old('question_file', isset($contact['question_file']) ? $contact['question_file'] : null); @endphp @if(is_array($question_files) && count($question_files) > 0) @foreach($question_files as $file_index => $question_file) @include('frontend.share.contact.form._p_file', ['key'=>$file_index]) @endforeach @if (count($question_files) < 10) @foreach (range((2 + count($question_files)), 11) as $key) @include('frontend.share.contact.form._p_file') @endforeach @endif @else @foreach (range(2, 11) as $key) @include('frontend.share.contact.form._p_file') @endforeach @endif