@foreach($facturas_servicios as $servicio)
Servicio | Cliente | Folio del Contrato | Vendedor |
---|---|---|---|
{{$servicio->nombre}} | {{$servicio->cliente_nombre}} | {{$servicio->folio_contratos}} | {{$servicio->nombre_vendedor}} |
Id Factura | Folio | Fecha | Cantidad | Pendiente de Pago |
---|---|---|---|---|
{{$factura->id}} | {{$factura->folio_factura}} | {{$factura->fecha_factura}} | $ {{$factura->cantidad}} | $ {{number_format((float)$factura->pendiente_pago,2,'.',',')}} |