Contact Person (Primary)


{{ $service->contact_1_name }}
{{ $service->contact_1_designation }}
{{ formatPhoneNumber($service->contact_1_phone_no) ?? '-' }}
{{ $service->contact_1_email }}

Contact Person (Secondary)


{{ $service->contact_2_name }}
{{ $service->contact_2_designation }}
{{ formatPhoneNumber($service->contact_2_phone_no) ?? '-' }}
{{ $service->contact_2_email }}