JobCard. No: {{$job_card->job_card_number}}
Date: {{date('d-M-Y', strtotime($job_card->job_card_date))}}
| Name | : {{ $job_card->customer?->name}} | Brand | : {{$job_card->customerVehicle->vehicleBrand->vehicle_brand}} |
| Contact | : {{$job_card->customer?->contact_number}} | VIN No. | : {{$job_card->customerVehicle->vin_number}} |
| Plate No. | : {{ $job_card->customerVehicle ? $job_card->customerVehicle->plate_number:' '}} | Model | : {{$job_card->customerVehicle->vehicleModel->vehicle_model}} |
| Emirates | : {{$job_card->customerVehicle->emirates}} | KM's In | : {{$job_card->vehicle_km_in}} |
| Customer TRN | : {{$job_card->customer?->vat_number}} |
| Sr. No. | Customer Complaints |
|---|---|
| {{$i.'.'}} | {{$job_description->job_description}} |
| Sr. No. | Parts Description | Qty. |
|---|---|---|
| {{$i.'.'}} | {{$estimation_detail->sparePart->part_description}} | {{$estimation_detail->quantity}} |
| Sr No. | Work Description |
|---|---|
| {{$i.'.'}} | {{$job_card_service_detail->service->service_name}} |
| Sr. No. | Sublet Description |
|---|---|
| {{$i.'.'}} | {{$job_card_sublet_service->service->service_name}} |