| {{ $customer->company_name }} | |||||||||
| {{ $property->full_address }} | |||||||||
| Attn: {{ $ticket->attention }} | @endisset @isset($contact_person->primary_phone)Contact no: {{ $contact_person->primary_phone }} | @endisset||||||||
| Email: {{ $contact_person->primary_email }} | |||||||||
| {{$service_form->attributes->checklist->label}} | |||||||||
| @if($checkbox->value) ✔ @else ✘ @endif {{$checkbox->label}} | |||||||||
| @isset($service_form->attributes->textarea_one->label) {{$service_form->attributes->textarea_one->label}} @endisset | |||||||||
| @isset($service_form->attributes->textarea_one->value) {{$service_form->attributes->textarea_one->value}} @endisset | |||||||||
| @isset($service_form->attributes->textarea_two->label) {{$service_form->attributes->textarea_two->label}} @endisset | |||||||||
| @isset($service_form->attributes->textarea_two->value) {{$service_form->attributes->textarea_two->value}} @endisset | |||||||||
| @isset($service_form->attributes->dates->started_at->label) {{$service_form->attributes->dates->started_at->label}} @endisset | {{$service_form->attributes->dates->finished_at->label}} | ||||||||
| @isset($service_form->attributes->dates->started_at->value) {{ \Carbon\Carbon::parse($service_form->attributes->dates->started_at->value)->format('d M Y h:i A') }} @endisset | @isset($service_form->attributes->dates->finished_at->value) {{ \Carbon\Carbon::parse($service_form->attributes->dates->finished_at->value)->format('d M Y h:i A') }} @endisset | ||||||||
| @isset($service_form->attributes->terms_conditions->label) {{$service_form->attributes->terms_conditions->label}} @endisset | |||||||||
| @isset($service_form->attributes->terms_conditions->value) {{$service_form->attributes->terms_conditions->value}} @endisset | |||||||||
|
@if ($en_signature)
|
@if ($cs_signature)
|
||||||||
| @isset($engineer->display_name) {{ $engineer->display_name }} @endisset | @isset($ticket->attention) {{ $ticket->attention }} @endisset | ||||||||
| {{ $company->company_name }} | @isset($customer->company_name) {{ $customer->company_name }} @endisset |