UNIDAD {{ $unidad }}
{{ str_ireplace([' De ', ' Del '], [' de ', ' del '], mb_convert_case($unidad, MB_CASE_TITLE, 'UTF-8')) }}, Pue, {{ $dia }}
ASUNTO: Solicitud de pago de facturas por fuente de financiamiento {{ $textoFuentes }}
CRISTINA SANCHEZ REYES
DIRECTORA ADMINISTRATIVA
PRESENTE
Por medio del presente le solicito el pago a los prestadores de servicios, por concepto de honorarios de los cursos {{ $textoTipos }} del mes de {{ $mesTexto }}, por un importe total de ${{ number_format($granTotal, 2) }}, mismas que a continuación se detallan:
| No. | INSTRUCTOR | NOMBRE DEL CURSO | FOLIO FISCAL FACTURA | No. CONTRATO | IMPORTE A PAGAR | MONTO ESTATAL | MONTO FEDERAL | MONTO IP |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $f->ins_ape_pat }} {{ $f->ins_ape_mat }} {{ $f->ins_nombre }} | {{ $f->aul_curso_nombre }} | {{ $f->folio_factura }} | {{ $f->aul_clave_registro }} | ${{ number_format($f->total, 2) }} | ${{ number_format($f->fac_monto_estatal, 2) }} | ${{ number_format($f->fac_monto_federal, 2) }} | ${{ number_format($f->fac_monto_ip, 2) }} |
| SUBTOTAL: | ${{ number_format($subtotalImporte, 2) }} | ${{ number_format($subtotalEstatal, 2) }} | ${{ number_format($subtotalFederal, 2) }} | ${{ number_format($subtotalIP, 2) }} | ||||
| IMPORTE A PAGAR | MONTO ESTATAL | MONTO FEDERAL | MONTO IP |
|---|---|---|---|
| ${{ number_format($granTotal, 2) }} | ${{ number_format($totalEstatal, 2) }} | ${{ number_format($totalFederal, 2) }} | ${{ number_format($totalIP, 2) }} |
Sin más por el momento quedo de usted.