{{ trans('admin.index.textures-count') }}
{{ \Database::table('textures')->getRecordNum() }}
{{ trans('admin.index.usage') }}
fetchArray("SELECT SUM(`size`) AS total_size FROM `{table}` WHERE 1")['total_size'] ?: 0; ?>
{{ $size > 1024 ? round($size / 1024, 1)."MB" : $size."KB" }}