@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
End Date :    @isset($visit->actual_end_date){{date('d/m/Y', strtotime($visit->actual_end_date))}} ({{date('h:i A', strtotime($visit->actual_end_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)) @isset($service_form->attributes->Remidial_action) @endisset
REMEDIAL ACTION     : {{$service_form->attributes->Remidial_action}}
@endif @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 @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']}}
{{$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 @if($ticket->completed ==1 || $visit->follow_up == 1) @endif
Closing Summery : @if( $ticket->completed == 1) @endif
Job Completed : YES
Follow-up required   : @if($visit->follow_up == 1) YES @else No @endif
Date : @if($followUp && $followUp['followup'] && $followUp['followup']['date']){{date('d/m/Y', strtotime($followUp['followup']['date']))}} @endif
Remark : @if($followUp && $followUp['followup'] && $followUp['followup']['remark']) {{$followUp['followup']['remark']}} @endif
Term & Conditions : @if($ticket->term_conditions) {!! $ticket->term_conditions !!} @endif
Client Remark : @if($ticket->client_remark) {!! $ticket->client_remark !!} @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