|
|
REPORTE ESTADO DE CUENTA POR CLIENTE@php $today = Carbon\Carbon::now(); @endphpImpreso por: {{ Auth::user()->name }} |
|
{{ $value->direccion }} {{ $value->ciudad }}, {{ $value->provincia }}, República Dominicana. |
| {{ $cliente }} |
| # | Fecha | Factura # | Total | Recibido | Pendiente |
|---|---|---|---|---|---|
| {{ $num += 1 }} | {{ \Carbon\Carbon::parse($value->fecha)->format('d M Y') }} | {{ str_pad($value->factura, 9, 'FAC-0000', STR_PAD_LEFT) }} | RD${{ number_format($value->total, 2) }} | RD${{ number_format($value->recibido, 2) }} | RD${{ number_format($value->total - $value->recibido, 2) }} |
| RD${{ number_format($totalgen, 2) }} | RD${{ number_format($totalrec, 2) }} | RD${{ number_format($totalgen - $totalrec, 2) }} |