diff --git a/resources/views/admin/settings/storage.blade.php b/resources/views/admin/settings/storage.blade.php new file mode 100644 index 000000000..294c84e3d --- /dev/null +++ b/resources/views/admin/settings/storage.blade.php @@ -0,0 +1,30 @@ +@extends('admin.partial.template') + +@section('section') +
+

Storage

+
+
+ +
+
+
+
+
+
+ + Used: {{$storage->prettyTotal}} + + + {{$storage->percentUsed}}% Used + + + Free: {{$storage->prettyFree}} + +
+
+ +
+@endsection \ No newline at end of file