@if($estimate->customer->display_name)
{{$estimate->customer->display_name}}
@endif @if($estimate->customer->email) {{$estimate->customer->email}}
@endif @if($estimate->customer->phone) {{$estimate->customer->phone}}
@endif @if($estimate->customer->vat_number) RUC: {{$estimate->customer->vat_number}} @endif
@endif @if($estimate->customer->email) {{$estimate->customer->email}}
@endif @if($estimate->customer->phone) {{$estimate->customer->phone}}
@endif @if($estimate->customer->vat_number) RUC: {{$estimate->customer->vat_number}} @endif
| Estimado #: | COT-{{$estimate->id}} |
| Fecha de Estimado: | {{$estimate->formatted_estimate_date}} |
| Valido hasta: | {{$estimate->formatted_expiry_date}} |
| Agente: | {{$estimate->agente}} |
| Sucursal: | {{$estimate->sucursal2}} |
@else