@if($customer->company_name) @endif @if($customer->display_name) @endif @if(isset($customer->company_number)) @endif @if(isset($customer->company_email)) @endif
Site Location
logo {{$customer->company_name}}
logo @if($property->street_1) {{$property->street_1}}
@endif @if($property->street_2) {{$property->street_2}}
@endif @if($property->unit_no) {{$property->unit_no}}
@endif @if($property->country) {{$property->country}},  @endif {{$property->zip_code}}
logo {{$customer->display_name}}
logo {{$customer->company_number}}
logo {{$customer->company_email}}
Service Report
 
{{$reportbarcode}}
Start Date :    @isset($visit->actual_start_date){{date('d/m/Y', strtotime($visit->actual_start_date))}} ({{date('h:i A', strtotime($visit->actual_start_date))}}) @endisset
Technicians :    {{implode(', ', $engineerName)}}
Page :    {PAGENO} of {nbpg}
Subject : {{$visit->title}}
SERVICES RENDERED : @foreach($services as $key => $job_type) @foreach($job_type as $key => $child) @endforeach @endforeach
checkbox {{$child->text}}
@if(isset($service_form->attributes->other) && !empty($service_form->attributes->other)) @isset($service_form->attributes->other) @endisset
OTHER                        : {{$service_form->attributes->other}}
@endif @if(isset($service_form->attributes->Remidial_action) && $service_form->attributes->Remidial_action) @isset($service_form->attributes->Remidial_action) @endisset
REMEDIAL ACTION     : {{$service_form->attributes->Remidial_action}}
@endif @isset($visit->is_item_pdf) @if($visit->is_item_pdf == 1) @if($ticket->show_price == 1) @endif @foreach($Visit_line_items as $key=>$lineItem) @if($lineItem['product_type'] == 'header') @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] !== true) @if($ticket->show_price == 1) @endif @isset($lineItem['image']) @if($lineItem['image'] && count($lineItem['image']) > 0) @endif @endisset @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] == true) @if($ticket->show_price == 1) @endif @endif @endforeach
ITEM NAME & DESCRIPTION QTYUNIT PRICE TOTAL PRICE
{{ucfirst($lineItem['product'])}}
{{$lineItem['sno']}}. {{ucfirst($lineItem['product'])}} {{$lineItem['quantity']}} {{$lineItem['selling_cost']}} {{$lineItem['total']}}
@foreach($lineItem['image'] as $image) @php $rotate = 0; $imageDetails = @exif_read_data($image); if(isset($imageDetails['Orientation']) && ($imageDetails['Orientation'] == 6)){ $rotate = 1; } @endphp @endforeach
item-images
{{$lineItem['sno']}}) {{ucfirst($lineItem['product'])}} {{$lineItem['quantity']}} {{$lineItem['selling_cost']}} {{$lineItem['total']}}
@if($ticket->show_price == 1)
Sub Total ${{$ticket->sub_total}}
GST {{$ticket->tax_value}} % ${{$ticket->tax_amount}}
Total Charges ${{$ticket->total}}
@endif @endif @endisset
@isset($service_form->attributes->request_fault_reported) @endisset @isset($service_form->attributes->diagnose_fault_found) @endisset @isset($service_form->attributes->remark_request) @endisset
Request / Fault Reported : {{$service_form->attributes->request_fault_reported}}
Diagnose/Fault Found : {{$service_form->attributes->diagnose_fault_found}}
Remark / Request : {{$service_form->attributes->remark_request}}
Term & Conditions : @if($ticket->term_conditions) {!! $ticket->term_conditions !!} @endif
Client Remark : @if($ticket->client_remark) {!! $ticket->client_remark !!} @endif
@if($voiceNoteShow == 1) @isset($service_audio_formated) @foreach($service_audio_formated as $key => $audio) @endforeach
Voice Notes
{{$key +1}}. Voice Notes {{$key +1}}
@endisset @endif @isset($resultPair) @foreach($resultPair as $key => $batch) @foreach(array_chunk($batch, 3) as $key => $childData) @foreach($childData as $key => $child) @php $child->file = json_decode($child->file); @endphp @endforeach @if(count($childData) < 3 ) @endif @endforeach
checkbox checkbox
@if($batch[0]) @isset($batch[0]->name) {{$batch[0]->name}} @endisset @endif
@endforeach @endisset