{{ $company->company_name }}
@endif @if($company->address){{ $company->address }}
@endif @if($company->locality){{ $company->locality }}
@endif @if($company->cuit)CUIT: {{ $company->cuit }}
@endif @if($company->tax_condition)Cond. IVA: {{ $company->tax_condition }}
@endif @if($company->phone || $company->email){{ $company->phone }} {{ $company->email }}
@endif{{ $deliveryNote->client->name }}
@if($deliveryNote->client->delivery_address){{ $deliveryNote->client->delivery_address }}
@endif @if($deliveryNote->client->locality){{ $deliveryNote->client->locality }}
@endif @if($deliveryNote->client->tax_id)CUIT: {{ $deliveryNote->client->tax_id }}
@endif @if($deliveryNote->client->tax_condition)Cond. IVA: {{ $deliveryNote->client->tax_condition }}
@endif @elseEntregado a: {{ $deliveryNote->delivered_to }}
@endif| Código | Descripción | Cantidad | Observaciones |
|---|---|---|---|
| {{ $item->description ?? $item->spare?->name ?? '—' }} | {{ $item->quantity }} | {{ $item->notes ?? '—' }} |
{{ $deliveryNote->notes }}