@foreach($data as $k=>$v)
@foreach($v as $key => $val)
座位号:{{$val['seat']}}
姓名:{{$val['realname']}}
准考证:{{$val['number']}}
@endforeach
@endforeach