{{--@extends('translation::layout') @section('body')--}} @extends('dashbord.layouts.master') @section('page-header')

{{ __('translation::translation.languages') }}

@endsection @section('content') @if(count($languages))
@foreach($languages as $language => $name) @endforeach
{{ __('translation::translation.language_name') }} {{ __('translation::translation.locale') }}
{{ $name }} {{ $language }}
@endif @endsection