Customer Name {{ $customer->display_name }}   SR.NO {{ str_replace('VISIT-', '', $visit->barcode) }}
Service Location {{ $property->full_address }}   Date {{ \Carbon\Carbon::parse($timesheet->date)->format('d-m-Y') }}
  Time in {{$timesheet->start_at}}
Person In Charge {{ $contact_person->display_name }}   Time Out {{$timesheet->end_at}}
Invoice To {{$billing->full_address}}
@if($equipments->isNotEmpty())
@foreach($equipments as $tkey => $line_item) @endforeach
S. No. Equipment Serial No. Model Location  
{{ $tkey + 1 }}. {{ $line_item->equipment_name }} {{ $line_item->equipment_serial_no }} {{ $line_item->equipment_model }} {{ $line_item->equipment_location }}  
@endif
@foreach($line_items as $tkey => $line_item) @endforeach @if($ticket->tax_amount) @endif @if($ticket->discount_amount) @endif @if($ticket->adjustment) @endif
S. No. Service Done Price QTY Amount  
{{ $tkey + 1 }}. {{ $line_item->name }} $ {{ \App\Helpers\Common::formatMoney($line_item->rate) }} {{ $line_item->quantity }} $ {{ \App\Helpers\Common::formatMoney($line_item->total) }}  
Sub Total $ {{\App\Helpers\Common::formatMoney($ticket->sub_total)}}  
GST @ {{$ticket->tax_value}} % $ {{\App\Helpers\Common::formatMoney($ticket->tax_amount)}}  
Discount $ {{\App\Helpers\Common::formatMoney($ticket->discount_amount)}}  
Adjusment $ {{\App\Helpers\Common::formatMoney($ticket->adjustment)}}  
Grand Total $ {{\App\Helpers\Common::formatMoney($ticket->total)}}  


Service Personnel Customer Acknowledgement
Done By

{{$contact_person->display_name}}

{{$engineer->display_name}}
Signature
I hereby certify that the above job has been attended to accordingly.
@if(count($closer_images) > 0) @foreach($closer_images as $tkey => $closer_image) @endforeach
# Images Remarks
{{($tkey + 1)}}. {{ $closer_image }} {{ $closer->details }}
@endif