@extends('translation::layout') @section('body') @if(count($userLanguages)>0)
{{ __('translation::translation.languages') }}
@foreach($userLanguages as $language => $name) @endforeach
{{ __('translation::translation.language_name') }} {{ __('Actions') }}
{{ $name }} @php $uri = explode('-',$language) @endphp   @if($language!='en') @endif
@else

{{ __("Sorry, we couldn't find any language to show.") }}

{{ __("Add Language") }}
@endif @endsection