@extends('admin.layouts.app') @php // Byte conversion function formatBytes($size, $precision = 2) { $base = log($size, 1024); $suffixes = ['', 'kB', 'MB', 'GB', 'TB']; return round(pow(1024, $base - floor($base)), $precision) . ' ' . $suffixes[floor($base)]; } @endphp {{-- Custom CSS & JS --}} @section('custom-css') @endsection @section('content')
{{ __("Only item(s) deleted are shown here. Click 'empty trash' to delete item(s) permanently.") }}