Documentos enviados al adquiriente - {{$customer_idnumber}}.
@if ($documents->isEmpty())
No hay documentos para mostrar.
@else
Tipo Documento |
Fecha |
Prefijo |
Numero |
XML |
PDF |
AttachedDocument |
ZipAtt |
Enviar |
@foreach($documents as $document)
{!! $document->type_document->name !!} |
{!! $document->date_issue !!} |
{!! $document->prefix !!} |
{!! $document->number !!} |
@php
$allow_public_downloads = env("ALLOW_PUBLIC_DOWNLOAD", true)
@endphp
@if($allow_public_downloads)
|
|
|
|
|
@else
|
|
|
|
|
@endif
@endforeach
@endif