@foreach ($invoices as $invoice) @endforeach @foreach ($documents as $document) @endforeach
{{ __('labels.generic.name') }} {{ __('labels.generic.type') }} {{ __('labels.generic.size') }} {{ __('labels.generic.date') }}
{{ $invoice->file_name }} {{ __('labels.generic.invoice') }} {{ $invoice->getSize() }} {{ $invoice->created_at->format('d/m/Y') }}
{{ $document->file_name }} {{ __('labels.generic.document') }} {{ $document->getSize() }} {{ $document->created_at->format('d/m/Y') }}