{!! trans('title.translations_visible_text')!!}
@if(Session::has('successPublish'))
{{Session::get('successPublish')}}
@endif
@if(!isset($group))
@endif @if(isset($group)) @endif@if($group) @if($group != "all") @endif
{{trans('forms.lbl_total')}}: {{$numTranslations}}, {{trans('title.lbl_changed')}}: {{$numChanged}}
{{trans('title.lbl_key')}} | @foreach ($locales as $locale){{$locale}} | @endforeach @if ($deleteEnabled)@endif |
---|---|---|
{{htmlentities($key, ENT_QUOTES, 'UTF-8', false)}} | @php $temp_group = null; @endphp @foreach ($locales as $locale) @php $t = isset($translation[$locale]) ? $translation[$locale] : null @endphp @php $temp_group = isset($translation[$locale]) ? $translation[$locale]->group : (isset($temp_group) ? $temp_group : null) @endphp{{$t ? htmlentities($t->value, ENT_QUOTES, 'UTF-8', false) : ''}} | @endforeach @if ($deleteEnabled)@if(isset($key) && isset($temp_group)) @endif | @endif