@if ($lists->count() > 0)
| @foreach ($fields as $field) | {{ $field->label }} | @endforeach
|---|---|
| @foreach ($fields as $field) | {{ \Illuminate\Support\Str::limit($list->{$field->custom_field_name} ?? '-', 22) }} | @endforeach
{{ trans('messages.no_contacts_found') }}
@endif