@extends('layouts.app') @section('title', __('Translations') . ' - ' . $language['native_name']) @section('wrapper')
{{ $language['icon'] ?? '🌐' }}

{{ $language['native_name'] }}

{{__('Code')}}: {{ strtoupper($language['code']) }} • {{__('Direction')}}: {{ strtoupper($language['direction']) }}

{{__('Export')}} {{__('Back')}}
{{__('Translations')}}
{{__('Loading...')}}
@endsection @section('script') @endsection