@extends('layouts.app') @section('title', '批次開卡 - 閱讀卡管理平台') @section('content')
批次開卡
@csrf
@foreach($cards as $i => $card) @endforeach
#姓名身份證班級座號卡號
{{ $i + 1 }} {{ $card->user_name }} {{ $card->masked_idno }} {{ $card->user_class }}{{ $card->user_seatno }}
返回
@endsection