考試系統
練習考試
@auth
我的考試
我的成績
@if(auth()->user()->isStaff())
考試管理
匯入題目
@endif @if(auth()->user()->isAdmin() || auth()->user()->isSchoolAdmin())
管理後台
@endif @endauth
@auth {{-- 訊息匣鈴鐺 --}}
{{-- 下拉訊息匣 --}}
通知
全部已讀
暫無通知
{{-- 推播開關 --}}
桌面推播通知
{{ auth()->user()->name }}
@if(auth()->user()->isAdmin() || auth()->user()->isSchoolAdmin())
管理後台
@endif
@csrf
登出
@else
登入
註冊
@endauth
@if ($errors->any())
發生錯誤
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif @if (session('password_warning'))
{{ session('password_warning') }}
@endif
@yield('content')
@auth @endauth