@extends('layouts.app') @section('title', '操作手冊') @section('content')

📖 操作手冊

請選擇適合您權限的手冊版本,每份手冊包含完整的頁面截圖與操作說明。

{{-- 使用者手冊(所有人可見)--}} {{-- 主管手冊(supervisor / admin 可見)--}} @if(in_array(Auth::user()->role, ['supervisor', 'admin'])) @endif {{-- 管理員手冊(admin 可見)--}} @if(Auth::user()->role === 'admin') @endif

此手冊為 AI 自動產生,若有任何問題,再請通知管理人員。

{{-- 重新產生手冊(僅 admin)--}} @if(Auth::user()->role === 'admin')

手冊由系統自動截圖產生,如頁面有重大更新可重新產生。

@endif
@endsection @if(Auth::user()->role === 'admin') @push('scripts') @endpush @endif