@if(count($translations))
{{ __('translation::translation.group_single') }} |
{{ __('translation::translation.key') }} |
{{ config('settings.app_locale') }} |
{{ $language }} |
@foreach($translations as $type => $items)
@foreach($items as $group => $translations)
@foreach($translations as $key => $value)
@if(!is_array($value[config('app.locale')] ?? ''))
{{ $group }} |
{{ $key }} |
{{ json_encode($value[strtolower(config('settings.app_locale'))])}} |
|
@endif
@endforeach
@endforeach
@endforeach
@endif