@php $qrCodeData = "VEHICLE DETAILS:\nVehicle No: $job_data->vehicle_no\nMake: $speed_governor->vehicle_make\nEngine No: $job_data->engine_no\nChassis No: $job_data->chassis_no\n\nSLD DETAILS:\nModel: $speed_governor->sg_model\nTAC Number: $speed_governor->sg_tac_number\nCOP Number: $speed_governor->cop_number\nTesting Approval No: $speed_governor->test_report_no\n\nINSTALLER DETAILS:\nManufacturer Name: $speed_governor->company_name\nFitted By: $job_data->company_title\nFitment Date: $job_data->installation_date"; @endphp
@if(isset($job_data->company_title_image) && $job_data->company_title_image) @php $companyLogoName = $job_data->company_title_image ?? null; $companyLogoAbs = $companyLogoName ? storage_path('app/public/' . ltrim($companyLogoName, '/')) : null; $logoPath = ($companyLogoAbs && file_exists($companyLogoAbs)) ? $companyLogoAbs : $defaultLogo; @endphp Watermark @else @php $watermarkText = strtoupper($job_data->company_title ?? 'SPEED TECH SOLUTIONS'); $words = explode(' ', $watermarkText); $wordCount = count($words); $wordsPerLine = ceil($wordCount / 3); $line1 = implode(' ', array_slice($words, 0, $wordsPerLine)); $line2 = implode(' ', array_slice($words, $wordsPerLine, $wordsPerLine)); $line3 = implode(' ', array_slice($words, $wordsPerLine * 2)); @endphp
{{ $line1 }}
{{ $line2 }}
{{ $line3 }}
@endif
@if(isset($job_data->company_title_image) && $job_data->company_title_image) Company Logo @else Speed Tech Solutions Logo @endif

{{$job_data->company_title ?? 'SPEED TECH SOLUTIONS'}}

@if(isset($job_data->company_title_sub_title) && $job_data->company_title_sub_title)
{{$job_data->company_title_sub_title}}
@endif
{!! DNS2D::getBarcodeHTML($qrCodeData, 'QRCODE', 1.8, 1.8,) !!}

Fitment Certificate

Fitment Certificate No.: {{ $job_data->certificate_no ?? 'SPDTH' . str_pad($job_data->id ?? '000000', 6, '0', STR_PAD_LEFT) }}

Vehicle Details
Registration No: {{ $job_data->vehicle_no ?? '-' }} Registration Date: {{ $job_data->registration_date ?? '-' }}
Chassis No: {{ $job_data->chassis_no ?? '-' }} Engine NO: {{ $job_data->engine_no ?? '-' }}
Make: {{ $speed_governor->vehicle_make ?? '-' }} Model: {{ $speed_governor->vehicle_model ?? '-' }}
Vehicle Owner Details
Name: {{ $job_data->customer_name ?? '-' }}
Phone: {{ $job_data->customer_mobile ?? '' }}
Address: {{ $job_data->location ?? '-' }}
Distributor/Installer Details
Installed By: {{ $job_data->technician_name ?? '-' }}
Address: {{ $job_data->dealer_address ?? 'Speed Tech Solutions, Kommady, Alappuzha' }}
SLD Details
TAC Number: {{ $speed_governor->sg_tac_number ?? '-' }} COP Number: {{ $speed_governor->cop_number ?? '-' }}
SLD Model: {{ $speed_governor->sg_model ?? '-' }} Manufacturer Name: {{ $speed_governor->company_name ?? '-' }}
Speed: {{ $speed_governor->speed ?? '-' }} Test Report No: {{$speed_governor->test_report_no ?? '-'}}
SLD Model: {{ $speed_governor->sg_model ?? '-' }} Invoice No: {{ $job_data->certificate_no ?? '-' }}
Installation Date: {{ $job_data->installation_date ?? '-' }}
Product Images
@if(isset($job_data->vehicle_image) && $job_data->vehicle_image) Vehicle Image @else
Vehicle Image
@endif

Vehicle Image

@if(isset($job_data->device_image) && $job_data->device_image) Device Image @else
Device Image
@endif

Device Image

@if(isset($job_data->rc_image) && $job_data->rc_image) RC Image @else
RC Image
@endif

RC Image

Installed By: Speed Tech Solutions

Address: Speed Tech Solutions, Kommady, Alappuzha

This is to acknowledge that vehicle bearing registration number {{ $job_data->vehicle_no ?? '-' }} has been fitted with Speed Limitation Device (SLD) manufactured by M/s. {{ $speed_governor->company_name ?? '-' }} bearing serial number {{ $speed_governor->sg_tac_number ?? '-' }}. The performance of the vehicle was checked after SLD fitment and the speed is set to {{ $speed_governor->speed ?? '-' }} KmpH functioning as per AIS018 norms. We are satisfied with the performance of the unit. We hereby undertake that we shall not raise any dispute or legal claim against M/s. {{ $speed_governor->company_name ?? '-' }} if the seals are found broken/tampered or for any variance in the speed limit set at the time of delivery, specifically after the 12-month warranty period from the installation date.