@extends(config('elseyyid-location.layout')) @section(config('elseyyid-location.content_section')) @include('langs::includes.tools')

{{__('Languages installed')}}

@foreach ($langs as $lang)
{{__('Lang')}} {{ucfirst($lang)}}
@endforeach @endsection