@foreach ($list->getFields as $field) @if ($field->visible) @endif @endforeach
{{ $field->label }}:
{{ $subscriber->getValueByField($field) }}