| Clave | Concepto | Importe | IVA | Subtotal | @foreach ($SRS as $i => $s)
|---|---|---|---|---|
| {{$s->serv_clave}} | $ {{number_format($s->servc_total,2,'.',',')}} | $ {{number_format($IP,2,'.',',')}} | $ {{number_format($TP,2,'.',',')}} | |
| SUBTOTAL | $ {{number_format($SUBTOTAL,2,'.',',')}} | |||
| IVA ({{$FIS->fis_iva}} %): | $ {{number_format($IVA,2,'.',',')}} | |||
| TOTAL: | $ {{number_format($TOTAL,2,'.',',')}} | |||