@extends('layouts.default') @section('title') Files - {{ $folder->name }} @endsection @section('content')
Title | Description | Uploaded By | Created At | Updated At | Actions |
---|---|---|---|---|---|
{{ $file->title }} | {{ $file->description }} | {{ optional($file->uploader)->name ?? 'Unknown' }} | {{ $file->created_at->format('Y-m-d H:i:s') }} | {{ $file->updated_at->format('Y-m-d H:i:s') }} | Download @can('update', $file) Edit @endcan @can('delete', $file) @endcan |