@extends('layouts.admin') @section('title', 'Dashboard') @section('eyebrow', 'Visão geral') @section('content') @if ($defaultPasswordInUse)
Arquivos mais recentes no painel.
| Arquivo | Categoria | Status | Downloads | Cadastro |
|---|---|---|---|---|
|
{{ $file->title }}
{{ $file->type_label }} · {{ $file->formatted_size }}
|
{{ $file->category?->name }} | {{ $file->status === 'active' ? 'Ativo' : 'Inativo' }} | {{ number_format($file->downloads_count, 0, ',', '.') }} | {{ $file->created_at?->format('d/m/Y H:i') }} |
| Nenhum arquivo cadastrado. | ||||