• @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
    • {{ $properties['native'] }}
    • @endforeach
    • {{ __('admin.light') }}
    • {{ __('admin.dark') }}
    • {{ __('admin.system') }}
    • {{ __('admin.hi') . ',' . Auth::user()->name }}
      Admin
    • My Profile
    • {{ __('admin.settings') }}
    • {{ __('admin.logout') }}