@csrf
@foreach(@$Sites as $site) @endforeach @foreach($data as $item) @if($item->full_path != null) @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 @endforeach @endif @endforeach
{{__('admin.system.translations.Key')}} {{$site->site_title}}
{{\Illuminate\Support\Str::limit($item->translation_key, 50)}}
{{\Illuminate\Support\Str::limit($item->full_path, 60)}}
@if($site->id <> 1) @endif