@if($invoice->customer->display_name)
{{ucwords($invoice->customer->display_name)}}
@endif @if($invoice->customer->cedula) Cedula / RUC: {{$invoice->customer->cedula}}
@endif @if($invoice->customer->email) Email: {{$invoice->customer->email}}
@endif @if($invoice->customer->phone) Telefono: {{$invoice->customer->phone}}
@endif
@endif @if($invoice->customer->cedula) Cedula / RUC: {{$invoice->customer->cedula}}
@endif @if($invoice->customer->email) Email: {{$invoice->customer->email}}
@endif @if($invoice->customer->phone) Telefono: {{$invoice->customer->phone}}
@endif
| Orden # | BS{{$invoice->id}}{{$invoice->identificador}} |
| Fecha de Orden | {{$invoice->formatted_invoice_date}} |
| {{ __('messages.due_date') }} | {{$invoice->formatted_due_date}} |
| Sucursal de Retiro | {{$invoice->sucursal}} |
@else