| {{ t('status') }} | {{ t('actions') }} | |||
|---|---|---|---|---|
| {{ $record['key'] }} |
{{ Str::limit($record['english_value'], 100) }}
|
@if ($editingKey === $record['key'])
{{ Str::limit($record['value'], 100) }}
@endif
@endif
|
@if (empty($record['value'])) {{ t('missing') }} @else {{ t('completed') }} @endif | @if ($editingKey !== $record['key']) @endif |
| {{ t('no_results_found') }} | ||||