{{-- @include('backend.share.vehicle.form._s_kakunin',['name'=>'vehicle[hp_publish]','old_name'=>'vehicle.hp_publish.','check_object'=>isset($vehicle_hp_publish['id'])?$vehicle_hp_publish:null]) --}} {{--
入力担当者
@if(isset($old_name)) @error($old_name .'input_charge_user') {{ $message }} @enderror @endif
管理番号 @error('vehicle.hp_publish.manage_no') {{ $message }} @enderror
--}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}} {{-- @if(isset($vehicle_hp_publish['id'])) @endif --}}
UJ-WEB @include('backend.share.vehicle.form._s_hp_publish_status', ['name'=>'vehicle[hp_publish][ujweb_publish]', 'select' => old('vehicle.hp_publish.ujweb_publish', isset($vehicle_hp_publish['ujweb_publish']) ? $vehicle_hp_publish['ujweb_publish'] : ''), 'is_uj_web'=>1, 'class'=>'vehicle_hp_uj_web']) @if($department == 'parts') @endif 初回公開日
※3ヶ月経過後レンタルの
期間限定車に公開されます
@if(env('APP_DEBUG') == true)
@else @endif @error('vehicle.hp_publish.ujweb_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
おすすめ車両
@foreach(config('const.recommended_status') as $key => $status) @endforeach
@if($department == 'parts') @endif
Bank @include('backend.share.vehicle.form._s_hp_publish_status2', ['name'=>'vehicle[hp_publish][bank_publish]', 'select' => old('vehicle.hp_publish.bank_publish', isset($vehicle_hp_publish['bank_publish']) ? $vehicle_hp_publish['bank_publish'] : '')]) @if($department == 'parts') @endif 初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.bank_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
U-CON @include('backend.share.vehicle.form._s_hp_publish_status2', ['name'=>'vehicle[hp_publish][ucon_publish]', 'select' => old('vehicle.hp_publish.ucon_publish', isset($vehicle_hp_publish['ucon_publish']) ? $vehicle_hp_publish['ucon_publish'] : '')]) @if($department == 'parts') @endif 初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.ucon_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
管理番号(U-CON) @if($department == 'parts') @endif @error('vehicle.hp_publish.manage_no_ucon') {{ $message }} @enderror
サミット @include('backend.share.vehicle.form._s_hp_publish_status2', ['name'=>'vehicle[hp_publish][summit_publish]', 'select' => old('vehicle.hp_publish.summit_publish', isset($vehicle_hp_publish['summit_publish']) ? $vehicle_hp_publish['summit_publish'] : '')]) @if($department == 'parts') @endif 初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.summit_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
トラック市 @include('backend.share.vehicle.form._s_hp_publish_status2', ['name'=>'vehicle[hp_publish][truck_publish]', 'select' => old('vehicle.hp_publish.truck_publish', isset($vehicle_hp_publish['truck_publish']) ? $vehicle_hp_publish['truck_publish'] : '')]) @if($department == 'parts') @endif 初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.truck_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
トラマチ @include('backend.share.vehicle.form._s_hp_publish_status2', ['name'=>'vehicle[hp_publish][tramachi_publish]', 'select' => old('vehicle.hp_publish.tramachi_publish', isset($vehicle_hp_publish['tramachi_publish']) ? $vehicle_hp_publish['tramachi_publish'] : '')]) @if($department == 'parts') @endif 初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.tramachi_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
パーツHP
初回公開日
@error('vehicle.hp_publish.parts_publish_date') {{ $message }} @enderror
入力担当者:
レンタルHP
@if($department == 'parts') @endif
初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.rental_publish_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
HP掲載チェック
@if($department == 'parts') @endif
初回公開日
@if($department == 'parts') @endif @error('vehicle.hp_publish.hp_publish_check_date') {{ $message }} @enderror
入力担当者:
@if($department == 'parts') @endif
実際車検証(HP用)
@if(!empty(old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : "")) && Storage::disk('temp')->has(old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : ""))) {{ empty(old('vehicle.verification_pdf.hp_verification_file_name', isset($vehicle['verification_pdf']['hp_verification_file_name']) ? $vehicle['verification_pdf']['hp_verification_file_name'] : '')) ? old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : '') : old('vehicle.verification_pdf.hp_verification_file_name', isset($vehicle['verification_pdf']['hp_verification_file_name']) ? $vehicle['verification_pdf']['hp_verification_file_name'] : '') }} @elseif(!empty(old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : "")) && isset($vehicle['basic']['id']) && Storage::disk('vehicle_verification_pdf')->has($vehicle['basic']['id'].'/'.old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : ""))) {{ empty(old('vehicle.verification_pdf.hp_verification_file_name', isset($vehicle['verification_pdf']['hp_verification_file_name']) ? $vehicle['verification_pdf']['hp_verification_file_name'] : '')) ? old('vehicle.verification_pdf.hp_verification_file_path', isset($vehicle['verification_pdf']['hp_verification_file_path']) ? $vehicle['verification_pdf']['hp_verification_file_path'] : '') : old('vehicle.verification_pdf.hp_verification_file_name', isset($vehicle['verification_pdf']['hp_verification_file_name']) ? $vehicle['verification_pdf']['hp_verification_file_name'] : '') }} @else @endif
記録簿
@foreach(config('const.exist_record_book') as $key => $status) @endforeach
@if($department == 'parts') @endif
@if(isset($vehicle_hp_publish['id'])) @endif