@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')
    @foreach (supported_locales() as $locale => $language) @endforeach @foreach ($translations as $key => $translation) @foreach (supported_locales() as $locale => $language) @endforeach @endforeach
    {{ trans('translation::translations.table.key') }}{{ $language['name'] }}
    {{ $key }} {{ array_get($translation, $locale) }}
    @endsection