@extends('layouts.app') @section('title', '學生名單 - 閱讀卡管理平台') @section('content')
學生名單 {{ $ban ? "- {$ban}" : '' }}
@foreach($students as $stu) @endforeach
班級 座號 姓名 操作
{{ $stu['ban'] }} {{ $stu['seat'] }} {{ $stu['name'] }} 卡片紀錄
返回 @endsection