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

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

{!! Form::open(['role' => 'form']) !!}

{!! Form::close() !!} @if (!empty($group)) @if (!empty($ref_lang)) @endif
@if (!empty($ref_lang)) @endif @foreach ($translations[$group] as $key => $value) @php $item = $translationData[$key] ?? null @endphp @if (!empty($ref_lang)) @endif @endforeach
{{ trans('plugins/vig-auto-translations::vig-auto-translations.key') }} {{ trans('plugins/vig-auto-translations::vig-auto-translations.value') }}{{ $locales[$ref_lang]['name'] }}
{{ $key }} {{ $value }} {!! $item ? htmlentities($item->value, ENT_QUOTES, 'UTF-8', false) : '' !!}
@else

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

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