From 342238b8ee19f56ed046f51da0ce9a451a0fb7e7 Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 01:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E9=A1=B5=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E5=92=8C=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/rooms/guide.blade.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/resources/views/rooms/guide.blade.php b/resources/views/rooms/guide.blade.php index 385a109..b889b95 100644 --- a/resources/views/rooms/guide.blade.php +++ b/resources/views/rooms/guide.blade.php @@ -13,10 +13,16 @@ @section('nav-title', '使用说明') @section('nav-right') - - ← 返回大厅 - + {{-- admin 后台直达 --}} + @if (Auth::user()->user_level >= 15) + + @endif + {{-- 退出登录 --}} +
+ @csrf + +
@endsection @section('head')