@if(count($translations))
@if(Auth::user()->user_type=='Admin'){{ __('translation::translation.key') }} | @endif
{{ $defaultList['en'] }} |
{{ $defaultList[$langName[0]] }} |
@foreach($translations as $type => $items)
@foreach($items as $group => $translations)
@foreach($translations as $key => $value)
@if(!is_array($value['en']))
@if(Auth::user()->user_type=='Admin'){{ $key }} | @endif
{{ $value['en'] }} |
|
@endif
@endforeach
@endforeach
@endforeach
@endif