車両チェックシート

{{ date('Y年m月d日', strtotime($today)) }}

貸受人名: {{ $partner->company_name1 }} 様

車種 {{ $body_category->name }} 貸出時メーター {{ number_format($rental_contract->check_departure_mileage) }}km 貸出時担当者 {{ $rental_contract->check_departure_name }}
自動車登録番号 {{ $rental_contract->check_register_no }} 返却時メーター {{ number_format($rental_contract->check_return_mileage) }}km 返却時担当者 {{ $rental_contract->check_return_name }}
備考 {{ $rental_contract->note }}
@for ($left = 0; $left < 6; $left++) @for ($top = 0; $top < 6; $top++) @php $input_name_db = 'truck_front_'.$left.'_'.$top; @endphp @endfor @endfor
@for ($left = 0; $left < 10; $left++) @for ($top = 0; $top < 5; $top++) @php $input_name_db ='truck_side_left_'.$left.'_'.$top; @endphp @endfor @endfor
@for ($left = 0; $left < 6; $left++) @for ($top = 0; $top < 6; $top++) @php $input_name_db ='truck_back_'.$left.'_'.$top; @endphp @endfor @endfor
@for ($left = 0; $left < 10; $left++) @for ($top = 0; $top < 5; $top++) @php $input_name_db ='truck_side_right_'.$left.'_'.$top; @endphp @endfor @endfor
特記事項
点検チェックリスト
ファンベルトの張り具合・損傷 {{ config('const.rental_check_mark.'.$rental_check->check_fanbelt)}}
タイヤの損傷・空気圧・溝の深さ(目視確認) {{ config('const.rental_check_mark.'.$rental_check->check_tire)}}
エンジンオイルの量 {{ config('const.rental_check_mark.'.$rental_check->check_engine_oil)}}
冷却水の量 {{ config('const.rental_check_mark.'.$rental_check->check_cool_water)}}
ランプ類の点灯・点滅 {{ config('const.rental_check_mark.'.$rental_check->check_lamp)}}
エンジンのかかり具合・異音 {{ config('const.rental_check_mark.'.$rental_check->check_engine)}}
ブレーキの踏み残りしろと効き具合 {{ config('const.rental_check_mark.'.$rental_check->check_brake)}}
駐車ブレーキの引きしろ(踏みしろ) {{ config('const.rental_check_mark.'.$rental_check->check_brake_step)}}
備品チェックリスト
車検証 {{ config('const.rental_check_mark.'.$rental_check->check_certificate)}} ラッシングベルト({{ $rental_check->check_lashing_belt_num }}本) {{ config('const.rental_check_mark.'.$rental_check->check_lashing_belt)}}
自賠責 {{ config('const.rental_check_mark.'.$rental_check->check_self_responsibility)}} ラッシングバー({{ $rental_check->check_lashing_bar_num }}本) {{ config('const.rental_check_mark.'.$rental_check->check_lashing_bar)}}
点検記録簿 {{ config('const.rental_check_mark.'.$rental_check->check_inspection)}} スタンバイコード({{ $rental_check->check_standby_code_num }}本) {{ config('const.rental_check_mark.'.$rental_check->check_standby_code)}}
非常信号用具 {{ config('const.rental_check_mark.'.$rental_check->check_signal_tools)}} ラジコン {{ config('const.rental_check_mark.'.$rental_check->check_radio_control)}}
タイヤ工具 {{ config('const.rental_check_mark.'.$rental_check->check_tire_tools)}} タイヤ止め({{ $rental_check->check_stop_tire_num }}組) {{ config('const.rental_check_mark.'.$rental_check->check_stop_tire)}}
スペアタイヤ {{ config('const.rental_check_mark.'.$rental_check->check_spare_tire)}} リモコン {{ config('const.rental_check_mark.'.$rental_check->check_remote_controller)}}
ETC {{ config('const.rental_check_mark.'.$rental_check->check_etc)}} 水はけレール({{ $rental_check->check_drain_rail_num }}本) {{ config('const.rental_check_mark.'.$rental_check->check_drain_rail)}}
バックアイカメラ {{ config('const.rental_check_mark.'.$rental_check->check_backeye)}}
燃料満タン(軽油) {{ config('const.rental_check_mark.'.$rental_check->check_full_fuel)}}
Adblue満タン {{ config('const.rental_check_mark.'.$rental_check->check_full_adblue)}}
貸出時ご署名
@if(!empty($departure_signature_name_src)) @endif
{{ $rental_check->signature_date ? date('Y年m月d日', strtotime($rental_check->signature_date)) : '' }}
返却時ご署名
@if(!empty($return_signature_name_src)) @endif
{{ $rental_check->return_signature_date ? date('Y年m月d日', strtotime($rental_check->return_signature_date)) : '' }}