@extends('agency.layouts.app') @section('title', 'Disk Yönetimi') @section('content')
{{ $stat->count }} dosya
{{ number_format($size, 1) }} {{ $units[$i] }}
{{ $folder->total_item_count ?? $folder->item_count }} dosya @if(($folder->total_size_bytes ?? $folder->total_size_bytes ?? 0) > 0) @php $bytes = $folder->total_size_bytes ?? 0; $units = ['B', 'KB', 'MB', 'GB']; $i = 0; while ($bytes > 1024 && $i < count($units) - 1) { $bytes /= 1024; $i++; } @endphp • {{ number_format($bytes, 1) }} {{ $units[$i] }} @endif
@if($folder->description){{ Str::limit($folder->description, 60) }}
@endifDosyalarınızı organize etmek için klasörler oluşturun.
İlk Klasörü OluşturHenüz dosya yüklenmemiş