@extends('layouts.admin') @section('title', 'Media Library') @section('content')
Manage and organize your media assets
Total Files
{{ number_format($totalFiles) }}
Storage Used
@php $totalKB = $totalSize / 1024; @endphp @if($totalKB >= 1048576) {{ round($totalKB / 1024, 2) }} GB @elseif($totalKB >= 1024) {{ round($totalKB / 1024, 2) }} MB @else {{ round($totalKB, 2) }} KB @endif
Current Location
{{ $path ? basename($path) : 'Root' }}
{{ $item['name'] }}
Folder
{{ $item['name'] }}
Upload files to get started with your media library.