@php use Illuminate\Support\Facades\Session; $lang = adminLang(); app()->setLocale($lang); // Get theme preference from session or cookie if available $theme = Session::get('theme', 'theme-default'); @endphp
{{ __('admin/main.too_many_attempts') }}