logo

{{$business->business_name}}

{{$business->address}}
{{ $business->email_id }}    {{ $business->web_link }}    {{ $business->contact_no }}


JobCard. No: {{$job_card->job_card_number}}

Job Card

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}}
@if(count($job_card->jobCardJobDescriptions) != 0)
Customer Complaints
@foreach($job_card->jobCardJobDescriptions as $job_description) @endforeach
Sr. No. Customer Complaints
{{$i.'.'}} {{$job_description->job_description}}
@endif @if(count($job_card->jobCardSpareParts) != 0)
Spare Parts
@foreach($job_card->jobCardSpareParts as $estimation_detail) @endforeach
Sr. No. Parts Description Qty.
{{$i.'.'}} {{$estimation_detail->sparePart->part_description}} {{$estimation_detail->quantity}}
@endif @if(count($job_card->jobCardServices) != 0)
Services
@foreach($job_card->jobCardServices as $job_card_service_detail) @endforeach
Sr No. Work Description
{{$i.'.'}} {{$job_card_service_detail->service->service_name}}
@endif @if(count($job_card->jobCardSubletServices) != 0)
Sublet Service
@foreach($job_card->jobCardSubletServices as $job_card_sublet_service) @endforeach
Sr. No. Sublet Description
{{$i.'.'}} {{$job_card_sublet_service->service->service_name}}
@endif @if($job_card->print_car_image == 'yes' && $job_card->car_image_marker)
@endif