@extends('entidade.admin.layouts.layout') @section('content')

Disco Virtual

Armazenamento

16.5 GB (55%) de 30 GB usados

Arquivos recentes
@foreach ($anexos as $anexo) @endforeach
Data Hora Arquivo Enviado por Setor N° Protocolo
{{ date('d/m/Y', strtotime($anexo->created_at)) }} {{ date('H:i', strtotime($anexo->created_at)) }} {{ $anexo->arquivoNome }} {{ $anexo->user->name }} {{ $anexo->user->setor->descricao }} {{ $anexo->protocolo->id }}
@endsection