{{__('admin.system.translations.Key')}} | @foreach(@$Sites as $site){{$site->site_title}} | @endforeach
---|---|
{{\Illuminate\Support\Str::limit($item->translation_key, 50)}}
{{\Illuminate\Support\Str::limit($item->full_path, 60)}} |
@foreach(@$Sites as $site)
@if($site->site_lang <> 'en' && @json_decode(@$item->translations,true)[$site->site_lang] == @json_decode(@$item->translations,true)['en'])
@php
@$redFlag = 'table-danger';
@endphp
@else
@php
@$redFlag = '';
@endphp
@endif
@if($site->id <> 1)
@endif
|
@endforeach