@extends('layouts.admin') @section('title', 'Arquivos') @section('eyebrow', 'Biblioteca') @section('content')
| Título | Categoria | Tipo | Tamanho | Status | Downloads | Cadastro | Ações |
|---|---|---|---|---|---|---|---|
|
{{ $file->title }}
{{ $file->original_name }}
|
{{ $file->category?->name }} | {{ $file->type_label }} | {{ $file->formatted_size }} | {{ $file->status === 'active' ? 'Ativo' : 'Inativo' }} | {{ number_format($file->downloads_count, 0, ',', '.') }} | {{ $file->created_at?->format('d/m/Y') }} | |
| Nenhum arquivo encontrado. | |||||||