@if(session()->has('success'))

{{ session()->get('success') }}

@endif @if(session()->has('error'))

{{ session()->get('error') }}

@endif

New Log Saved successfuly.

New Log Saved unsuccessfuly.

type == "Supervisor") {{ url('/adminHome') }} @else {{ url('/home') }} @endif">
@csrf Edit Checklist

Step 1 : ENGINE

  • Fan/Generator Belt
    (Tension/Condition) fan_Belt == "true") checked @endif>
  • Water hoses (Leaks/Condition) water_hoses == "true") checked @endif>
  • Radiator water (Level/Condition) radiator_water == "true") checked @endif>
  • Radiator cap (Spring/Condition) radiator_cap == "true") checked @endif>
  • Engine oil level (OK/low) engine_oil_level == "true") checked @endif>
  • Reflectors
    (OK/Damaged/Missing) reflectors == "true") checked @endif>

Step 2 : FRONT WHEELS

  • Pressure
    • Left fw_Pressure_left == "true") checked @endif>
    • Right fw_Pressure_right == "true") checked @endif>
  • Tread
    • Left fw_Tread_left == "true") checked @endif>
    • Right fw_Tread_right == "true") checked @endif>
  • Valve cap
    • Left fw_Valve_cap_left == "true") checked @endif>
    • Right fw_Valve_cap_right == "true") checked @endif>
  • Wheel nuts
    • Left fw_Valve_cap_right == "true") checked @endif>
    • Right fw_Wheel_nuts_right == "true") checked @endif>

Step 3 : REAR WHEELS

  • Pressure
    • Left rw_Pressure_left == "true") checked @endif>
    • Right rw_Pressure_right == "true") checked @endif>
  • Tread
    • Left rw_Tread_left == "true") checked @endif>
    • Right rw_Tread_right == "true") checked @endif>
  • Valve cap
    • Left rw_Valve_cap_left == "true") checked @endif>
    • Right rw_Valve_cap_right == "true") checked @endif>
  • Wheel nuts
    • Left rw_Wheel_nuts_left == "true") checked @endif>
    • Right rw_Wheel_nuts_right == "true") checked @endif>

Step 4 : BATTERY, FUEL TANK & SPARE WHEEL

  • BATTERY
    • Water battery_water == "true") checked @endif>
    • Terminals battery_terminals == "true") checked @endif>
    • Bracket battery_bracket == "true") checked @endif>
  • FUEL TANK
    • Fuel fuel_tank_fuel == "true") checked @endif>
    • Cap fuel_tank_cap == "true") checked @endif>
    • Seal fuel_tank_seal == "true") checked @endif>
    • Leaks fuel_tank_leaks == "true") checked @endif>
  • SPARE WHEEL
    • Pressure spare_wheel_pressure == "true") checked @endif>
    • Tread spare_wheel_tread == "true") checked @endif>

Step 5 : CAB

  • Clutch pedal free play clutch_pedal == "true") checked @endif>
  • Hooter
  • Wipers
  • Foot break foot_break == "true") checked @endif>
  • Hand break hand_break == "true") checked @endif>
  • Lights
    • Head lights_Head == "true") checked @endif>
    • Dim lights_Dim == "true") checked @endif>
    • Park lights_Park == "true") checked @endif>
    • Tail lights_Tail == "true") checked @endif>
    • Stop lights_Stop == "true") checked @endif>
  • Indicators
    • Front leftindicators_fl == "true") checked @endif>
    • Front rightindicators_fr == "true") checked @endif>
    • Rear leftindicators_rl == "true") checked @endif>
    • rear rightindicators_rr == "true") checked @endif>
  • Rear view mirrors
    • Left rear_view_mirrors_left == "true") checked @endif>
    • Middlle rear_view_mirrors_middle == "true") checked @endif>
    • Right rear_view_mirrors_right == "true") checked @endif>
  • Jack jack == "true") checked @endif>
  • Handle handle == "true") checked @endif>
  • Spanner spanner == "true") checked @endif>
  • License licence == "true") checked @endif>
  • Certificate of Fitness certificate_of_Fitness == "true") checked @endif>
  • Public driving permit pdp == "true") checked @endif>
  • ID book iD_book == "true") checked @endif>
  • Vehicle clean/sanitizedvehicle_clean == "true") checked @endif>

Step 6 : ON THE ROAD CHECKS

  • Oil pressure
    • Light oil_preasure_light == "true") checked @endif>
    • Gauge oil_preasure_gauge == "true") checked @endif>
  • Water pressure
    • Light water_preasure_light == "true") checked @endif>
    • Gauge water_preasure_gauge == "true") checked @endif>
  • Alternator (Light comes on) alternator == "true") checked @endif>
  • Exhaust smoke
    • Normal exhaust_smoke_normal == "true") checked @endif>
    • Black exhaust_smoke_black == "true") checked @endif>

Step 7 : GENERAL AND SAFETY EQUIPMENT CHECK

  • Emergency equipment
    • Accident procedures accident_procedures == "true") checked @endif>
    • Fire extinguisher fire_extinguisher == "true") checked @endif>
    • First-aid kit first_aid_kit == "true") checked @endif>
    • High-jack procedures high_jack_procedures == "true") checked @endif>
No Specail Characters.
@if(Auth::user()->type == "Driver")
Please check “yes” to accept driver_signature == "true") checked @endif>
@endif
@if(Auth::user()->type == "Line Manager"))
Please check “Approved” to accept auth_signature == "Approved") checked @endif> auth_signature == "Denied") checked @endif>
@endif
Cancel