{{ __tr('Translation Strings') }}
-
@php $hasData = false; @endphp
@foreach ($translations as $translationsItemKey => $translationsItem)
@if($languageType == "translated" || ($languageType == "untranslated" && !$translationsItem->isTranslated()))
@php $hasData = true; @endphp
-
{{ $translationsItem->getOriginal() }}
{{-- Singular form --}} {{-- Plural form --}} @if ($translationsItem->getPlural()) @endif
@endif
@endforeach
@if(!$hasData)
- {{ __tr('There are no untranslated string available.') }} @endif