@extends('layouts.admin') @section('title', '考科管理') @section('content')
@include('components.pagination-bar', ['paginator' => $subjects])| ID | 考科名稱 | 代碼 | 分類 | 狀態 | 操作 |
|---|---|---|---|---|---|
| {{ $s->id }} | {{ $s->name }} | {{ $s->code }} | {{ $s->examCategory->name ?? '-' }} | {{ $s->is_active ? '啟用' : '停用' }} | 編輯 |
| 尚無考科 | |||||