@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')

{{ trans('plugins/translation::translation.theme_translations_instruction') }}

{!! trans( 'plugins/translation::translation.re_import_alert', ['here' => Html::link('#', trans('plugins/translation::translation.here'), ['data-bs-toggle' => 'modal', 'data-bs-target' => '#confirm-publish-modal'])] ) !!}

{{ trans('plugins/translation::translation.translate_from') }} {{ $defaultLanguage ? $defaultLanguage['name'] : 'en' }} {{ trans('plugins/translation::translation.to') }} {{ $locale['name'] }}

@include( 'plugins/translation::partials.list-theme-languages-to-translate', ['groups' => $locales, 'group' => $locale, 'route' => 'translations.index'] )
@if(! $exists)

{!! BaseHelper::clean(trans('plugins/translation::translation.no_translations', ['locale' => "{$locale['name']}"])) !!}

{{ trans('plugins/translation::translation.import_group') }}
@else
{{ $translationTable->renderTable() }}
@endif @endsection @push('footer') @endpush