{{ cleanLang(__('lang.custom_fields')) }}
@if(count($fields ?? []) > 0) @foreach($fields as $field)
{{ $field->customfields_title }}: {!! customFieldValueDisplay($field->customfields_name, $lead, $field->customfields_datatype) !!}
@endforeach @if(config('app.application_demo_mode'))
Demo Info
These are custom fields. You can change them or create your own.
@endif @if(config('visibility.lead_editing_buttons'))
@endif @else
404 - Not found

{{ cleanLang(__('lang.you_do_not_have_custom_fields')) }}

@if(auth()->user()->is_admin) @endif
@endif