Empresa: |
{{ $company->name }} |
Fecha: |
{{ date('Y-m-d') }} |
Ruc: |
{{ $company->number }} |
CLIENTE | NÚMERO | FECHA EMISIÓN | MONEDA | TOTAL | COBRADO | SALDO | TELÉFONO | {{--CORREO | --}}ESTADO | DIAS ATRASO | {{--CÓDIGO INTERNO | --}}VENCIMIENTO | {{--POR COBRAR | --}}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $value['customer_name'] }} | {{ $value['number_full'] }} | {{ $value['date_of_issue'] }} | ({{ $value['currency_symbol'] }}) | {{ $value['total'] }} | {{ $value['total_payment'] }} | {{ $value['total_to_pay'] }} | {{ $value['customer_telephone'] }} | {{ $dued ? 'VENCIDO' : 'PENDIENTE' }} | {{ $value['delay_payment'] }} | {{ $value['date_of_due'] }} | |||
TOTAL S/ | {{ number_format($total['total_pen'] ,2)}} | {{ number_format($total['total_payment_pen'] ,2)}} | {{ number_format($total['total_to_pay_pen'] ,2)}} | ||||||||||
TOTAL $ | {{ number_format($total['total_usd'] ,2)}} | {{ number_format($total['total_payment_usd'] ,2)}} | {{ number_format($total['total_to_pay_usd'] ,2)}} |
No se encontraron registros.