Language: {{ strtoupper($lang) }}
@if (empty($json))
No content found in this language file.
@else
@foreach ($json as $key => $value) @endforeach
Key Translation
{{ $key }} {{ $value }}
@endif