@isset($customer->company_name) @endisset @isset($property->full_address) @endisset @isset($ticket->attention) @endisset @isset($contact_person->primary_phone) @endisset @isset($contact_person->primary_email) @endisset @foreach ($service_form->attributes->checklist->checkbox as $tky => $checkbox) @endforeach
{{ $customer->company_name }}
{{ $property->full_address }}
Attn: {{ $ticket->attention }} Contact no: {{ $contact_person->primary_phone }}
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) engineer-signature @endif @if ($cs_signature) customer-signature @endif
@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