Language Switcher:
Auth Translations:
- Company Name: {{ __('auth.company_name') }}
- Login Title: {{ __('auth.login_title') }}
- Welcome Message: {{ __('auth.welcome_message') }}
Common Translations:
- Dashboard: {{ __('common.dashboard') }}
- Profile: {{ __('common.profile') }}
- Logout: {{ __('common.logout') }}
Dashboard Page:
- Title: {{ __('dashboard_page.title') }}
- My Shipments: {{ __('dashboard_page.my_shipments') }}
- Recent Shipments: {{ __('dashboard_page.recent_shipments') }}
Profile Page:
- Title: {{ __('profile_page.title') }}
- Profile Details: {{ __('profile_page.profile_details') }}
- Full Name: {{ __('profile_page.full_name') }}
Messages:
- English: {{ __('messages.english') }}
- Indonesian: {{ __('messages.indonesian') }}
- Welcome: {{ __('messages.welcome') }}
Buttons:
- Save: {{ __('buttons.save') }}
- Cancel: {{ __('buttons.cancel') }}
- Edit: {{ __('buttons.edit') }}
Current Session Locale: {{ Session::get('locale', 'not set') }}
App Locale: {{ App::getLocale() }}
Config App Locale: {{ config('app.locale') }}