分诊自助登记
查询
@if($id_number != '')
@if(count($queue) != 0)
{{ $queue[0]['name'] }} {{ $queue[0]['clinic'] }} {{ $queue[0]['item'] }}
确认并登记 @else
未查询到排队信息
@endif
@endif