F. inicio:
F. Final:
| ID @if ($sort == 'id') @endif | File @if ($sort == 'numeroBoleto') @endif | Cliente @if ($sort == 'idCliente') @endif | F. Emisión @if ($sort == 'fechaEmision') @endif | Tipo Doc. | Pasajero @if ($sort == 'pasajero') @endif | C. Costo @if ($sort == 'fechaEmision') @endif | COD1 @if ($sort == 'fechaEmision') @endif | COD2 @if ($sort == 'fechaEmision') @endif | COD3 @if ($sort == 'fechaEmision') @endif | COD4 @if ($sort == 'fechaEmision') @endif | Neto | Inafecto | IGV | Otros Imp. | Total | Estado @if ($sort == 'estado') @endif | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$servicio->id}} | {{$servicio->numeroFile}} | {{$servicio->tcliente->razonSocial}} | {{$servicio->fechaEmision}} | {{$servicio->tTipoDocumento->descripcion}} | {{$servicio->pasajero}} | {{$servicio->centroCosto}} | {{$servicio->cod1}} | {{$servicio->cod2}} | {{$servicio->cod3}} | {{$servicio->cod4}} | {{$servicio->tarifaNeta}} | {{$servicio->inafecto}} | {{$servicio->igv}} | {{$servicio->otrosImpuestos}} | {{$servicio->total}} | {{$servicio->tEstado->descripcion}} | |
| Totales    | {{ number_format($totalNeto,2)}} | {{number_format($totalInafecto,2)}} | {{number_format($totalIgv,2)}} | {{number_format($totalOtrosImpuestos,2)}} | {{number_format($totalTotal,2)}} |