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

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

@if ($locale['locale'] !== 'en')

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

@endif
@include( 'plugins/translation::partials.list-theme-languages-to-translate', ['groups' => $locales, 'group' => $locale, 'route' => 'translations.index'] )
{{ $translationTable->renderTable() }}
@endsection