| RUC | : {{ $business->ruc }} |
|---|---|
| EMPRESA | : {{ $business->nombre_comercial }} |
| CANTIDAD DE PROVEEDORES | : {{ $quantity }} |
| Tipo Doc. | Número | Nombres | Telóono | Dirección | |
|---|---|---|---|---|---|
| {{ $item->documento }} | {{ $item->dni_ruc }} | {{ $item->nombres }} | @if ($item->telefono == null)- | @else{{ $item->telefono }} | @endif{{ $item->direccion }} |