@extends('admin.layouts.app') @section('panel')
@foreach ($languages as $language)
@if ($language->is_default == Status::YES) {{ ucfirst($language->name) }} - {{ strtolower($language->code) }} @else {{ ucfirst($language->name) }} - {{ strtolower($language->code) }} @endif

{{ __($language->info) }}

@lang('Translate')
@endforeach

@lang('Add New Language')

@csrf

@lang('Language Keywords')

@lang("Here, you'll find a comprehensive list of all available language keywords. While we've made every effort to include them all, some may be missing due to variations or updates in the database. If you notice any keywords that are not listed, you can easily add them manually to ensure complete coverage.")
@endsection @push('breadcrumb-plugins')
@endpush @push('script') @endpush @push('style') @endpush