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