@extends('admin.master') @section('title', trans('general.dashboard')) @section('content')

{{ trans('general.dashboard') }}

{{ trans('admin.index.total-textures') }} {{ App\Models\Texture::count() }}
{{ trans('admin.index.disk-usage') }} sum('size') ?: 0; ?> {{ $size > 1024 ? round($size / 1024, 1)."MB" : $size."KB" }}

{{ trans('admin.index.overview') }}

@endsection