@if($business->logo_image)
@endif
{{$business->business_name}}
{{$business->address}}
{{\App\Http\Helpers\Helper::getBusinessData()->email_id}} {{\App\Http\Helpers\Helper::getBusinessData()->web_link}} {{\App\Http\Helpers\Helper::getBusinessData()->contact_no}}
Ins. : {{$inspection->inspection_number}}
Inspection Job
Date: {{date('d-M-Y', strtotime($inspection->inspection_date))}}
| Name | : {{ $inspection->customer ? $inspection->customer->name : ''}} | Plate No. | : {{ $inspection->customerVehicle ? $inspection->customerVehicle->plate_number:' '}} |
| Contact | : {{$inspection->customer? $inspection->customer->contact_number : ''}} | Emirates | : {{$inspection->customerVehicle->emirates}} |
| Address | : {{$inspection->customer ? $inspection->customer->address : ''}} | Brand | : {{$inspection->customerVehicle->vehicleBrand->vehicle_brand}} |
| VIN No. | : {{$inspection->customerVehicle->vin_number}} | Model | : {{$inspection->customerVehicle->vehicleModel->vehicle_model}} |
| TRN | : {{$inspection->t_r_n}} | Created By | : {{$inspection->created_by}} |
Description
| {{$j}} | {{$inspection_job->job_description}} |
Technician Remarks
{{$inspection->technician_remark}}
INSPECTION REPORT
| Part Name | image |
|---|---|
| {{$row->image_name}} |
@if($row->image)
|
@foreach($inspection_categories as $inspection_category)
@php
if(sizeof($inspection_category->inspectionSubCategories) == 0){
continue;
}
@endphp
| {{$inspection_category->inspection_category}} | Ok | Control | Change | Remarks |
|---|---|---|---|---|
| {{$inspection_item->inspection_name}} |