{{-- --}}
--}}
Fecha: {{date("d-m-Y",strtotime($datos_reporte->fecha))}}
DATOS PARA FACTURAR:
Empresa:{{$datos_reporte->nombre_empresa_factura}}
Domicilio:{{$datos_reporte->calle_factura.", ".$datos_reporte->numero_exterior_factura.", ".$datos_reporte->numero_interior_factura.", ".$datos_reporte->colonia_factura.", ".$datos_reporte->codigo_postal_factura.", ".$datos_reporte->delegacion_factura}}
RFC:{{$datos_reporte->rfc_factura}}
@foreach ($datos_contactos as $datos_contacto)Tel:{{$datos_contacto->telefono}}
E-mail:{{$datos_contacto->correo}}
Contacto:{{$datos_contacto->nombre_contacto}}
@endforeach
| No. | Descripción | Servicio | Servicio Producto | Cantidad | P. Unit |
|---|---|---|---|---|---|
| {{$i}} | {{$datos_concepto->descripcion}} | {{$datos_concepto->servicio}} | {{$datos_concepto->servicio_producto}} | {{$datos_concepto->cantidad}} | {{"$".number_format($total, 2)}} |
Cantidad en letra:
{{numtoletras($total_iva,'Pesos Mexicanos')}}
SUBTOTAL:
IVA:
TOTAL:
${{number_format($total, 2)}}
${{number_format($iva, 2)}}
${{number_format($total_iva, 2)}}
Tipo de pago: {{$datos_reporte->tipo_pago}}
Observaciones:
{{$datos_reporte->observaciones}}