@extends('admin.layout-content') @section('header') @endsection @section('content')
{{ $_user->name }}|管理员
项目数
{{$total_project}}
内部设备总数
{{$total_device}}
累计花费总金额
{{$total_money}}
项目数据一览图
用户人数
注册总人数
{{ $users_total }}个
待授权人数
{{ $users_not_auth_total }}个
内部设备情况
闲置
{{ $device_stat['free'] }}
在用
{{ $device_stat['using'] }}
维修
{{ $device_stat['repair'] }}
报废
{{ $device_stat['scrap'] }}
@endsection @section('footer') @endsection