@if($business->logo_image) logo @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}}
@if(count($inspection->inspectionJobDescriptions) > 0)

Description

@foreach($inspection->inspectionJobDescriptions as $inspection_job) @php $j++; @endphp @endforeach
{{$j}} {{$inspection_job->job_description}}
@endif @if($inspection->technician_remark)

Technician Remarks

{{$inspection->technician_remark}}

@endif @if(count($inspection->inspectionImages) > 0 )

INSPECTION REPORT

@foreach($inspection->inspectionImages as $row) @endforeach
Part Name image
{{$row->image_name}} @if($row->image) image @endif
@endif
@foreach($inspection_categories as $inspection_category) @php if(sizeof($inspection_category->inspectionSubCategories) == 0){ continue; } @endphp @foreach($inspection_category->inspectionSubCategories as $inspection_item)
{{$inspection_category->inspection_category}} Ok Control Change Remarks
{{$inspection_item->inspection_name}}