@extends('layouts.app') @section('title', __('Language Management')) @section('wrapper')

{{__('Total Languages')}}

{{ $stats['total_languages'] }}

{{__('Translation Keys')}}

{{ $stats['total_keys'] }}

{{__('Avg. Completion')}}

{{ $stats['completion_rate'] }}%

{{__('Language Management')}}
{{__('Add New Language')}}
{{__('2-3 character language code')}}
{{__('Edit Language')}}
{{__('Delete Language')}}
{{__('Are you sure?')}}

{{__('This action cannot be undone. All translations for this language will be permanently deleted.')}}

🌐
Language Name
CODE β€’ 0 {{__('translations')}}
@endsection @section('script') @endsection