{{ ucfirst($type) }} Vehicle Inspection Job Card: {{ $jobCard->job_card_number }} - {{ $jobCard->customer->name ?? 'Unknown Customer' }}
Back to Job Card
Vehicle Reception
2
{{ ucfirst($type) }} Inspection
3
Diagnosis
Vehicle Information
Customer:
{{ $jobCard->customer->name ?? 'Unknown Customer' }}
@if($jobCard->customer->phone)
{{ $jobCard->customer->phone }}
@endif
Vehicle:
{{ $jobCard->vehicle->year ?? '' }} {{ $jobCard->vehicle->make ?? '' }} {{ $jobCard->vehicle->model ?? '' }}
License Plate:
{{ $jobCard->vehicle->license_plate ?? '' }}
VIN:
{{ $jobCard->vehicle->vin ?? 'N/A' }}
@if($jobCard->customer_reported_issues)
Customer Reported Issues:

{{ $jobCard->customer_reported_issues }}

@endif
Basic Information
@if($jobCard->mileage_in)

Pulled from Job Card

@else @endif @error('current_mileage') {{ $message }} @enderror
@if($jobCard->fuel_level_in)

Pulled from Job Card

@else @endif @error('fuel_level') {{ $message }} @enderror
@error('overall_condition') {{ $message }} @enderror
Vehicle Inspection Checklist @error('checklist')

Checklist Incomplete

{{ $message }}

@enderror

Documentation

@foreach([ 'manufacturers_handbook' => "Manufacturer's handbook", 'service_record_book' => 'Service record book (up-to-date)', 'company_drivers_handbook' => "Company driver's handbook", 'accident_report_form' => 'Accident report form', 'safety_inspection_sticker' => 'Copy of annual safety inspection sticker or form' ] as $key => $label)
{{ $label }}
@endforeach

Vehicle Interior

@foreach([ 'heating' => 'Heating', 'air_conditioning' => 'Air Conditioning', 'windshield_defrosting_system' => 'Windshield defrosting system', 'window_operation' => 'Window operation', 'door_handles_locks' => 'Door handles / locks', 'alarm' => 'Alarm', 'signals' => 'Signals', 'seat_belts_work' => 'Seat belts work and free of damage / excessive wear', 'interior_lights' => 'Interior Lights', 'mirrors_good_position' => 'Mirrors are in good position and properly adjusted', 'warning_lights' => 'No warning lights are on', 'fuel_levels' => 'Fuel levels', 'oil_level_sufficient' => 'Oil level is sufficiently high', 'washer_fluids_sufficient' => 'Washer fluids levels are sufficiently high', 'radiator_fluid_sufficient' => 'Radiator fluid levels are sufficient', 'emergency_roadside_supplies' => 'Emergency roadside supplies are properly stocked and located in the trunk of vehicle' ] as $key => $label)
{{ $label }}
@endforeach

Engine Compartment

@foreach([ 'engine_oil_level' => 'Engine oil level', 'coolant_level_antifreeze' => 'Coolant level (anti-freeze)', 'battery_secured' => 'Battery secured', 'brake_fluid_level' => 'Brake fluid level', 'air_filter_clean' => 'Air filter is clean', 'belts_hoses_good' => 'Belts and hoses are in good condition - no cracks, full with adequate tension' ] as $key => $label)
{{ $label }}
@endforeach

Vehicle Exterior

@foreach([ 'windshield_not_cracked' => 'Windows/windshield not severely cracked', 'windshield_wipers_functional' => 'Functional Windshield wipers', 'headlights_high_low' => 'Headlights (high/low beam)', 'tail_lights_brake_lights' => 'Tail lights / brake lights', 'emergency_brake_working' => 'Emergency brake in good working order', 'power_brakes_working' => 'Power brakes are in good working order', 'horn_works' => 'Horn works', 'tires_good_shape' => 'Tires in good shape (no damages and adequately inflated)', 'no_air_leaks' => 'No air leaks (walk around the vehicle and listen for air leaks while driver applies the brakes)', 'no_oil_grease_leaks' => 'No oil / grease leaks (oil wheel seats or under the vehicle)', 'no_fuel_leaks' => 'No fuel leaks or odour of gasoline detected', 'mirrors_good_position' => 'Mirrors are in good position and properly adjusted', 'exhaust_system_working' => 'Exhaust system is in good working order', 'wheels_fasteners_tight' => 'Wheels and fasteners are fitted tightly', 'turn_signals' => 'Turn signals', 'vehicle_free_damage' => 'Vehicle is free of excessive damage', 'loads_fastened' => 'All loads are fastened / secured', 'spare_tire_good' => 'Spare tire is in good condition', 'vehicle_condition_satisfactory' => 'Vehicle condition is satisfactory', 'defects_recorded' => 'Defects recorded' ] as $key => $label)
{{ $label }}
@endforeach

Vehicle Damage Diagram

Click on any area of the vehicle to mark damage, dents, or scratches

Left Side Top View Right Side Front View Rear View
Damage
Dent
Scratch
Other
Marked Damage:

Additional Comments

Inspection Performed By

By completing this inspection, {{ auth()->user()->name }} confirms the accuracy of all recorded information.
Additional Information
@error('damage_notes') {{ $message }} @enderror
@error('recommendations') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
Cancel Complete {{ ucfirst($type) }} Inspection Processing...