@php $custom_labels = json_decode(session('business.custom_labels'), true); @endphp @if(!empty($contact->custom_field1)) {{ $custom_labels['contact']['custom_field_1'] ?? __('lang_v1.contact_custom_field1') }}

{{ $contact->custom_field1 }}

@endif @if(!empty($contact->custom_field2)) {{ $custom_labels['contact']['custom_field_2'] ?? __('lang_v1.contact_custom_field2') }}

{{ $contact->custom_field2 }}

@endif @if(!empty($contact->custom_field3)) {{ $custom_labels['contact']['custom_field_3'] ?? __('lang_v1.contact_custom_field3') }}

{{ $contact->custom_field3 }}

@endif @if(!empty($contact->custom_field4)) {{ $custom_labels['contact']['custom_field_4'] ?? __('lang_v1.contact_custom_field4') }}

{{ $contact->custom_field4 }}

@endif