@extends('admin.layout.app') @section('title',$job_card->print_type == 'proforma' ? 'Proforma Invoice': 'Job Card Invoice') @push('headerscript') @endpush @section('content')

{{$job_card->print_type == 'proforma' ? 'Proforma Invoice': 'Job Card Invoice'}}

logo_image)}}" alt="logo" width="250">

{{Helper::getBusinessData()->business_name}}

{{Helper::getBusinessData()->address}}

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


JobCard : {{$job_card->job_card_number}}

{{$job_card->print_type == 'proforma' ? 'Proforma Invoice': '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->customer?->vat_number}} Created By : {{$job_card->created_by}}
@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 $job_card_detail) @endforeach
No. Name price Qty. Amount
{{$j.'.'}} {{$job_card_detail->sparePart->part_description}} {{$job_card_detail->sp_selling_price}} {{$job_card_detail->quantity}} {{$job_card_detail->sp_selling_price * $job_card_detail->quantity}}

Total Spare Parts : {{$total_spare_part}}

@endif @if(count($job_card->jobCardServices) != 0)
Services
@foreach($job_card->jobCardServices as $job_card_detail) @endforeach
# Work Description Price Time Amount
{{$i}} {{$job_card_detail->service->service_name}} {{$job_card_detail->s_selling_price}} {{$job_card_detail->s_time}} {{$job_card_detail->s_total}}

Total Services : {{$total_service}}

@endif @if(count($job_card->jobCardSubletServices) != 0)
Sublet Service
@foreach($job_card->jobCardSubletServices as $job_card_sublet_service) @endforeach
# Sublet Description Price Time Amount
{{$i.'.'}} {{$job_card_sublet_service->service->service_name}} {{$job_card_sublet_service->ss_selling_price}} {{$job_card_sublet_service->ss_time}} {{$job_card_sublet_service->ss_total_amount}}

Total Services : {{$total_sublet_service}}

@endif @if($job_card->print_type == 'normal')
Terms & Conditions
  1. Test drive the vehicle before leaving the workshop
  2. All deliveries are subject to availability of spare parts
  3. Customers Vehicles are stored at customers risk company accepts no responsibility for loss or damage from fire, accident, theft, or otherwise
  4. Vehicles are tested on street highway on customers risk
  5. I, hereby authorize you to carry out the above mentioned work on my vehicle as per your rates and I agree to pay all charges of labour and material
  6. No warranty claim is entertained
  7. Once job accomplished, vehicles should be collected by customers within 7 days ,otherwise will be liable to pay garage charges of AED 100/- per day
  8. Total loss vehicles not lifted within 7 days, will be treated as scrap and customer will bear the fine of AED 100/- per day
  9. We are not responsible for any valued items damage or loss
  10. Customer should sign the discharge sheet/subrogation letter before collecting insurance job card related vehicles, if discharge sheet/subrogation not signed, the bike will not be released anyhow.
  11. No guarantee/warranty for any electronic/electrical goods
  12. No guarantee/warranty for any engine jobs done
@else
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
--}} {{-- Gross Total AED--}} {{-- --}} {{-- {{($sp_amount + $s_amount + $total_sublet_service )}}--}} {{--
--}} {{-- 5% VAT AED AED--}} {{-- --}} {{-- {{$s_vat + $sp_vat}}--}} {{--
Net Amount AED {{$total_spare_part + $total_service +$total_sublet_service }}
@endif @if($job_card->print_type == 'normal' && $job_card->print_car_image == 'yes')
@endif

Service Advisor

-----------------------

@if($job_card->customer_signature)
@endif

------------------------

Customer Signature


@include('admin.advisor.models.sendMail') @include('admin.advisor.models.whatsapp') @endsection @push('footerscript') @endpush