@extends(config('elseyyid-location.layout'))
@section(config('elseyyid-location.content_section'))
@if ($lang != 'edit')
@php $lang_region = LaravelLocalization::getSupportedLocales()[str_replace('_','-',$lang)]['regional']; @endphp
@php $lang_native = LaravelLocalization::getSupportedLocales()[str_replace('_','-',$lang)]['native']; @endphp
{{ __('Editing Language') }}: {{ country2flag(substr($lang_region, strrpos($lang_region, '_') + 1)) }}{{ ucfirst($lang_native) }}
{{ $lang }}
@else
{{ __('Take a backup before process!') }}
{{ __('Your changes will override en.json file!') }}
{{ __('Editing Main Strings') }}
@endif
@endsection
@section(config('elseyyid-location.scripts_section'))
@endsection