@extends('admin::layout') @section('title', trans('translation::translations.translations')) @component('admin::components.page.header') @slot('title', trans('translation::translations.translations'))
  • {{ trans('translation::translations.translations') }}
  • @endcomponent @section('content')
    {{ trans('translation::translations.buttons.export') }}
    @csrf
    @if ($errors->has('file')) {{ $errors->first('file') }} @endif
    @foreach ($locales as $locale => $language) @endforeach @foreach ($keys as $key) @foreach ($locales as $locale => $language) @endforeach @endforeach
    {{ trans('translation::translations.table.key') }}{{ $language['name'] }}
    {{ $key }} {{ array_get($translations[$key], $locale) }}
    @endsection @push('globals') @vite([ 'modules/Translation/Resources/assets/admin/translations/sass/main.scss', 'modules/Translation/Resources/assets/admin/translations/js/main.js', ]) @endpush