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

  {{ trans('plugins/vig-auto-translations::vig-auto-translations.title') }}

@if (count(\Botble\Base\Supports\Language::getAvailableLocales()) > 0 && $group)

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

@include('plugins/vig-auto-translations::partials.list-theme-languages-to-translate', compact('groups', 'group'))

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

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

{{ trans('plugins/vig-auto-translations::vig-auto-translations.not_eng') }}

@endif
@foreach ($translations as $key => $translation) @endforeach
{{ $defaultLanguage ? $defaultLanguage['name'] : 'en' }} {{ $group['name'] }} Action
{!! htmlentities($key, ENT_QUOTES, 'UTF-8', false) !!} {!! htmlentities($translation, ENT_QUOTES, 'UTF-8', false) !!}
@if ($group['locale'] !== 'en') @if ($key === $translation) @else @endif @endif
@else

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

@endif
@stop @push('footer') @endpush