@extends('layouts.app') @section('title', 'Khan Motors') @section('content')

Car Inspection Report

@csrf {{-- Basic Info --}}
{{-- Inspector Comments --}}
{{-- General Comments --}}
{{-- Sketch Section --}}


{{-- Upload Pictures (optional for update) --}}
@for($i = 1; $i <= 10; $i++)
Image {{ $i }}
@endfor
@endsection