@extends('layouts.base') @section('content')
{{--顶部搜索--}}
{{--信息列表--}}
@foreach ($list as $item) @endforeach
唯一编号 是否分配 加密编号(原始) 加密编号(字母大写)
{{ $item['unique_number'] }} @if((int)$item['collection_room_id'] > 0) 已分配(画ID:{{(int)$item['collection_room_id']}}) @else 未分配 @endif {{ $item['encryption'] }} {{ strtoupper($item['encryption']) }}
{!! $pager !!}
@endsection