@extends('admin.master') @section('title', '仪表盘') @section('content')

仪表盘 Dashboard

上传材质总数 {{ \Storage::getFileNum(BASE_DIR."/textures/") }}
占用空间大小 {{ floor(\Storage::getDirSize(BASE_DIR."/textures/")/1024)."KB" }}
@endsection