@foreach ($data->member_company as $item) @if (is_null($item->active) && !empty($item->data_tmp))

{{ __('field.contact_id') }}: {{ $item->uuid ?? '' }}

@foreach ($item->data_tmp->toArray() as $k => $v) @if (in_array($k, ['id', 'member_id', 'company_id', 'created_at', 'updated_at'])) @continue @endif @if (!empty($v))
@endif @endforeach

@endif @endforeach