@section('title', '账户列表') @section('header')
@endsection @section('table') {{-- --}} @foreach($list as $info) {{----}} {{----}} @endforeach
可用数量 账号状态 设备列表 操作
{{$info['email']}} @if($info['status'] <= '0')
账户已停用
@elseif($info['status']=='1') @endif
设备列表
@endsection @section('js') {{-- --}} @endsection @extends('common.list')