{{ Form::open(["route"=>["admin.vehicles.update", 'vehicle'=>$vehicle->id], "method"=>"put"]) }}
1.5トン以上
年式
型式
形状
車台番号
担当者
ステータス
走行距離
@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 }}

@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->public_driving != config('const.estimate_other_company_status_code.nothing')) @endif
@if(!empty($vehicle->accident_history) && $vehicle->public_driving != config('const.estimate_other_company_status_code.nothing'))
@endif
他社見積り @if($vehicle->estimate_other_company == config('const.estimate_other_company_status_code.exists')) @endif
@if($vehicle->estimate_other_company == config('const.estimate_other_company_status_code.exists'))
@endif
売却希望価格
引取予定場所
見積金額 円(税別) @error('estimate_price')

{{ $message }}

@enderror
戻る
{{ Form::close() }}