@extends('layouts.admin', ['title' => 'Languages Settings', 'pageTitle' => 'Languages', 'active' => 'settings']) @php($activeTab = $activeTab ?? 'languages') @section('content')
Manage enabled languages, default fallback language, and text direction for the dashboard, auth pages, and public booking pages.
Active Languages
{{ $stats['active'] ?? 0 }}
Shown in the language dropdown
Default Language
{{ $stats['default'] ?? 'English' }}
Fallback for missing translation text
RTL Languages
{{ $stats['rtl'] ?? 0 }}
Arabic and Urdu are seeded as RTL
{{ $language->name }}
{{ $language->native_name }}
{{ $language->translations_count }}
{{ $language->missing_translations_count }} missing
No languages found
Run the demo seeder or add your first language.
LTR layout
معاينة RTL
القوائم والجداول والنماذج وصفحة الحجز العامة تدعم الاتجاه من اليمين إلى اليسار.