@extends('layouts.layout-2') @section('content')
{{ $file->original_name }}
Size: {{ Util::formatBytes($file->size) }}
Ext: {{ $file->ext }}
angelegt: {{ $file->created_at->format('d.m.y H:i') }}