改进 lang

This commit is contained in:
iVampireSP.com 2023-02-02 02:00:45 +08:00
parent bc6fec88b5
commit bf8deeb87a
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>继续</title>

View File

@ -1,4 +1,5 @@
<!doctype html>
@php use Illuminate\Support\Facades\Auth; @endphp
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="dark">
<head>
@ -131,7 +132,7 @@
@endif
<li class="nav-item dropdown">
@php($admin = \Illuminate\Support\Facades\Auth::guard('admin')->user())
@php($admin = Auth::guard('admin')->user())
<a id="navbarDropdown" class="nav-link dropdown-toggle" href="#" role="button"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">