@if($business->logo_image) logo @endif

{{$business->business_name}}

{{$business->address}}
{{Helper::getBusinessData()->email_id}}    {{Helper::getBusinessData()->web_link}}    {{Helper::getBusinessData()->contact_no}}

Jobcard : {{$job_card->job_card_number}}

Job Card

Date:{{date('d-M-Y', strtotime($job_card->job_card_date))}}


{{-- --}} {{-- --}}
Name : {{ $job_card->customer?->name}} Plate No. : {{ $job_card->customerVehicle ? $job_card->customerVehicle->plate_number:' '}}
Contact : {{$job_card->customer?->contact_number}} Emirates : {{$job_card->customerVehicle->emirates}}
Address : {{$job_card->customer?->address}} Brand : {{$job_card->customerVehicle->vehicleBrand->vehicle_brand}}
VIN No. : {{$job_card->customerVehicle->vin_number}} Model : {{$job_card->customerVehicle->vehicleModel->vehicle_model}}
TRN : {{$job_card->t_r_n}} --}} {{-- Created By--}} {{-- --}} {{-- : {{$job_card->created_by}}--}} {{-- KM : {{$job_card->vehicle_km_in}}
@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