@extends('translation::layout') @section('body') @if(count($languages))
{{__('Sprache')}}
@foreach($languages as $language => $name) @endforeach
# {{ __('translation::translation.language_name') }} {{ __('translation::translation.locale') }}
{{ __('translation::translation.translations') }} {{ __('edit') }} {{ $name }} {{ $language }}
@endif @endsection