@extends('layouts.app') @section('title', '{{ $school->school_name }} - 學校管理') @section('content')
| 班級 | 座號 | 身份證 | 姓名 | 帳號 | 操作 |
|---|---|---|---|---|---|
| {{ $stu->class_name }} | {{ $stu->seat }} | {{ $stu->idno }} |
{{ $stu->name }} | {{ $stu->uid }} |
尚無學生資料,請新增或批次匯入。
@endif| 身份證 | 姓名 | 帳號 | 操作 |
|---|---|---|---|
{{ $tea->idno }} |
{{ $tea->name }} | {{ $tea->uid }} |
尚無教師資料,請新增或批次匯入。
@endif