@extends('layouts.app') @section('title', '資料庫 DB 說明') @push('styles') @endpush @section('content')
每張資料表的用途、使用模組與欄位說明,僅系統管理員可見。
{{-- 主列表 --}}| 項次 | 資料表 | 使用的模組 | 說明 | 欄位數 | 詳細 |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $tableName }} | @forelse($modIds as $mid) @php $mod = $modules->firstWhere('id', (int)$mid); @endphp @if($mod){{ $mod->name }}@endif @empty — @endforelse | {{ $desc ?: '—' }} | {{ count($columns) }} |