{{ Form::open(["route"=>["admin.vehicles.update", 'vehicle'=>$vehicle->id], "method"=>"put", "id"=>"vehicle_update_form"]) }}
1.5トン以上
@if($vehicle->status == config('const.vehicle_status_code.cancel')) @endif
年式
@include('admin.share._yearlist', ['name'=>'year_type_y', 'year'=>old('year_type_y', $vehicle->year_type_y), 'class_name'=>'w50per'])
サイズ
@error('size')

{{ $message }}

@enderror
型式 - @error('model_first')

{{ $message }}

@enderror @error('model_second')

{{ $message }}

@enderror
形状 @include('admin.share._body_category', [ 'name_main' => 'body_category', 'name_mid' => 'body_mid_category', 'name_sub' => 'body_sub_category', 'body_category' => old('body_category', $vehicle->body_category), 'body_mid_category' => old('body_mid_category', $vehicle->body_mid_category), 'body_sub_category' => old('body_sub_category', $vehicle->body_sub_category), ]) @error('vehicle_shape')

{{ $message }}

@enderror
車台番号 @error('chassis_no')

{{ $message }}

@enderror
走行距離

Km

ステータス
@foreach(config('const.vehicle_status') as $key => $status) status) == $key ? 'checked' : '' }}> @endforeach
キャンセル理由 @if($vehicle->cancel_reason == config('const.contract_cancel_reason_code.other')) {{ $vehicle->cancel_reason_etc }} @else {{ config('const.contract_cancel_reason.'.$vehicle->cancel_reason) }} @endif
書類タイプ
{{--@if(is_object($vehicle)) @endif--}}
担当者 @error('charger')

{{ $message }}

@enderror

{{ config('const.vehicle_register_files.inspection') }}

@php $count = 0; @endphp @foreach(config('const.vehicle_register_files') as $key => $title) @php $files = $vehicle->getFiles($key); @endphp @if($key == 'inspection' || $key == 'accident' || $key == 'etc' || $key == 'estimate' || $files->count() == 0) @continue @endif

{{ $title }}

@if(!empty($vehicle->shift_lever_type) && $key == 'shift_lever')

{{ config('const.vehicle_shift_lever_type.'.$vehicle->shift_lever_type) }}

@endif
@php $count++; @endphp @endforeach
備考
公道走行 @if(!empty($vehicle->accident_history) && $vehicle->public_driving != config('const.estimate_other_company_status_code.nothing')) @endif
事故歴 @if(!empty($vehicle->accident_history) && $vehicle->accident_history == config('const.estimate_other_company_status_code.exists')) @endif
メーター改ざん・メーター交換 @if(!empty($vehicle->meter_tampering) && $vehicle->meter_tampering == config('const.estimate_other_company_status_code.exists')) @endif
@if(!empty($vehicle->accident_history) && $vehicle->accident_history == config('const.estimate_other_company_status_code.exists'))
@endif
車両の不具合箇所 @if(!empty($vehicle->vehicle_defect) && $vehicle->vehicle_defect == config('const.estimate_other_company_status_code.exists')) @endif
他社見積り @if($vehicle->estimate_other_company == config('const.estimate_other_company_status_code.exists')) @endif
引取予定場所 @if($vehicle->schedule_status == config('const.estimate_other_company_status_code.exists')) @endif
所有者名
見積金額
  • 円(税別)
  • 円(税込)
@error('estimate_price')

{{ $message }}

@enderror
一覧に戻る
{{ Form::close() }}