{{$job_card->branch->address}}
Invoice #: {{$job_card->bill_no}}
JobCard #: {{$job_card->job_card_number}}
Date:{{date('d-M-Y', strtotime($job_card->bill_date))}}
| Name | : {{$job_card->job_category == 'insurance' ? $job_card->insurance->company_name : $job_card->customer->name}} | اسم | Plate No. | : {{ $job_card->customerVehicle->plate_number}} | رقم اللوحة |
| Contact | : {{$job_card->job_category == 'insurance' ? $job_card->insurance->mobile_number :$job_card->customer->contact_number}} | الهاتف | Emirates | : {{$job_card->customerVehicle->emirates}} | الإمارات |
| Address | : {{$job_card->job_category == 'insurance' ? $job_card->insurance->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 No. | : {{$job_card->customer->vat_number}} | KM's In | : {{$job_card->vehicle_km_in}} | كيلومتر في |
| # | Description | Amount | Vat | Total Amount |
|---|---|---|---|---|
| 1. | Excess Amount | {{$job_card->excess_amount}} | {{$vat}} | {{$job_card->excess_amount + $vat}} |