@foreach ($conversation->custom_fields as $custom_field)
@if ($custom_field->value != '') {{ $custom_field->getAsText() }} @else - @endif
@endforeach